feat: DSH编排基建首版(server/tests 88用例/P2插件/8020端口/PORT-NOTE/MOBILE_APP)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# Copy to .env and fill in. Generate secrets with:
|
||||
# python -c "import secrets; print(secrets.token_hex(32))"
|
||||
|
||||
# --- PostgreSQL (dedicated instance created by docker compose) ---
|
||||
POSTGRES_USER=dsh
|
||||
POSTGRES_PASSWORD=
|
||||
POSTGRES_DB=dsh
|
||||
|
||||
# --- dsh-sync ---
|
||||
DSH_BOOTSTRAP_ADMIN_TOKEN=
|
||||
DSH_INVITE_CODE=
|
||||
DSH_ADMIN_USERNAME=admin
|
||||
DSH_MAX_PLUGIN_MB=20
|
||||
|
||||
# --- Caddy ---
|
||||
DSH_SYNC_DOMAIN=sync.example.com
|
||||
Reference in New Issue
Block a user