fix(dev-env): complete local startup configuration

This commit is contained in:
curo1305
2026-06-21 20:43:45 +02:00
parent 461b56892c
commit 8c80607df9
3 changed files with 32 additions and 0 deletions
+18
View File
@@ -17,6 +17,8 @@ POSTGRES_PASSWORD=changeme_super
MINIO_ROOT_USER=minioadmin
MINIO_ROOT_PASSWORD=changeme_minio_root
MINIO_ENDPOINT=minio:9000
# Browser-resolvable endpoint used in presigned URLs.
MINIO_PUBLIC_ENDPOINT=localhost:9000
# 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
@@ -74,3 +76,19 @@ ONEDRIVE_TENANT_ID=common
# Backend and frontend URLs — used to construct OAuth callback/redirect URLs
BACKEND_URL=http://localhost:8000
FRONTEND_URL=http://localhost:5173
# ── AI Defaults ──────────────────────────────────────────────────────────────
DEFAULT_AI_PROVIDER=ollama
DEFAULT_AI_MODEL=llama3.2
SYSTEM_PROMPT=
# ── Auth/session durations ───────────────────────────────────────────────────
ACCESS_TOKEN_EXPIRE_MINUTES=15
REFRESH_TOKEN_EXPIRE_DAYS=30
REFRESH_TOKEN_EXPIRE_HOURS=16
# ── Development logging and observability ────────────────────────────────────
LOG_LEVEL=INFO
LOG_JSON=true
GRAFANA_ADMIN_USER=admin
GRAFANA_ADMIN_PASSWORD=CHANGEME-replace-with-strong-password