Fix Docker stack bootstrap
This commit is contained in:
+4
-4
@@ -17,7 +17,7 @@ POSTGRES_PASSWORD=changeme_super
|
||||
MINIO_ROOT_USER=minioadmin
|
||||
MINIO_ROOT_PASSWORD=changeme_minio_root
|
||||
MINIO_ENDPOINT=minio:9000
|
||||
# App-level access key — minimal permissions on docuvault bucket only
|
||||
# App-level access key. docker-compose.yml provisions this user and a bucket-scoped policy.
|
||||
MINIO_ACCESS_KEY=docuvault_app
|
||||
MINIO_SECRET_KEY=changeme_minio_app
|
||||
MINIO_BUCKET=docuvault
|
||||
@@ -51,9 +51,9 @@ SMTP_PASSWORD=
|
||||
SMTP_FROM=noreply@docuvault.local
|
||||
|
||||
# ── CORS (Phase 2 — D-09) ────────────────────────────────────────────────────
|
||||
# Comma-separated list of allowed origins. Default: http://localhost:5173
|
||||
# Example for production: https://app.docuvault.example.com
|
||||
CORS_ORIGINS=http://localhost:5173
|
||||
# JSON list of allowed origins. Default: ["http://localhost:5173"]
|
||||
# Example for production: ["https://app.docuvault.example.com"]
|
||||
CORS_ORIGINS=["http://localhost:5173"]
|
||||
|
||||
# ── Cloud Storage Backends (Phase 5) ─────────────────────────────────────────
|
||||
# Master key for HKDF per-user cloud credential encryption.
|
||||
|
||||
Reference in New Issue
Block a user