Files
ai-drama-platform/deploy/.env.production.example
T

24 lines
839 B
Bash

COMPOSE_PROJECT_NAME=ai-drama-platform
PUBLIC_ORIGIN=http://localhost
HTTP_PORT=80
VITE_API_BASE=
# Application secrets. Generate long random values; do not commit the real file.
AI_DRAMA_SESSION_SECRET=replace-with-a-long-random-secret
AI_DRAMA_OIDC_STORAGE_KEY=replace-with-a-different-long-random-secret
AI_DRAMA_MFA_ENCRYPTION_KEY=replace-with-32-byte-base64-or-hex-key
# Optional SAML IdP certificate. It can be PEM text or base64 certificate content.
AI_DRAMA_SAML_IDP_CERT=
# Provisioned provider contract. Current business runtime remains SQLite.
POSTGRES_DB=ai_drama
POSTGRES_USER=ai_drama
POSTGRES_PASSWORD=replace-with-postgres-password
REDIS_PASSWORD=replace-with-redis-password
MINIO_ROOT_USER=ai-drama-admin
MINIO_ROOT_PASSWORD=replace-with-minio-password
MINIO_BUCKET=ai-drama
MINIO_API_PORT=9000
MINIO_CONSOLE_PORT=9001