mirror of
https://github.com/okxlin/appstore.git
synced 2026-09-26 08:01:04 +00:00
11 lines
285 B
Bash
11 lines
285 B
Bash
CONTAINER_NAME="mixspace"
|
|
PANEL_APP_PORT_HTTP="40203"
|
|
DATA_PATH="./data"
|
|
ALLOWED_ORIGINS="example.com"
|
|
ENCRYPT_ENABLE="false"
|
|
ENCRYPT_KEY=""
|
|
JWT_SECRET="replace-with-16-32-char-jwt-secret"
|
|
PG_PASSWORD="replace-with-postgres-password"
|
|
TIME_ZONE="Asia/Shanghai"
|
|
SUBNET_PREFIX="10.250.0"
|