merge: integrate feat/auth into develop
This commit is contained in:
+8
-1
@@ -17,6 +17,12 @@ DATABASE_URL=mysql+asyncmy://root:change-me@127.0.0.1:3306/model_platform?charse
|
||||
DEMO_AUTH_ENABLED=true
|
||||
JWT_SECRET=change-this-development-secret
|
||||
|
||||
# ============================================================================
|
||||
# CRITICAL: must set BEFORE first run. The initial admin user is seeded by
|
||||
# the deployment bootstrap. Never keep the development default in production.
|
||||
# ============================================================================
|
||||
INITIAL_ADMIN_PASSWORD=admin12345
|
||||
|
||||
# Object storage (S3-compatible, RustFS).
|
||||
# RUSTFS_ENDPOINT is the single upstream URL consumed by all 4 services:
|
||||
# - nginx (via scripts/nginx-entrypoint.sh, which parses host + port)
|
||||
@@ -36,4 +42,5 @@ RUSTFS_SECRET_KEY=change-me
|
||||
RUSTFS_WORKSPACE_BUCKET=workspaces
|
||||
RUSTFS_VERSION_BUCKET=versions
|
||||
RUSTFS_RUN_LOG_BUCKET=run-logs
|
||||
|
||||
RUSTFS_TRASH_BUCKET=trash
|
||||
RUSTFS_TRASH_RETENTION_DAYS=30
|
||||
|
||||
Reference in New Issue
Block a user