mirror of
https://github.com/okxlin/appstore.git
synced 2026-03-05 08:17:57 +08:00
feat:添加chemex的.env.sample
This commit is contained in:
parent
4654c1ef29
commit
b500600bc1
11
apps/chemex/latest/.env.sample
Normal file
11
apps/chemex/latest/.env.sample
Normal file
@ -0,0 +1,11 @@
|
||||
CONTAINER_NAME="chemex"
|
||||
ENV_PATH="./data/.env"
|
||||
PANEL_APP_PORT_HTTP="40028"
|
||||
PANEL_DB_HOST="mysql"
|
||||
CHEMEX_DB_PORT="3306"
|
||||
PANEL_DB_NAME="chemex"
|
||||
PANEL_DB_USER="chemex"
|
||||
PANEL_DB_USER_PASSWORD="mysql_password"
|
||||
PANEL_REDIS_DB_HOST="redis"
|
||||
PANEL_DB_ROOT_PASSWORD="redis_password"
|
||||
REDIS_DB_PORT="6379"
|
||||
Loading…
Reference in New Issue
Block a user