Files
catan/.env.example
dan 46a07f548b
Some checks failed
ci / tests (push) Has been cancelled
Add microservices, web UI, and replay tooling
2025-12-25 03:28:40 +03:00

14 lines
410 B
Plaintext

CATAN_ENV=dev
CATAN_DEBUG=true
CATAN_DATABASE_URL=postgresql+psycopg://catan:catan@db:5432/catan
CATAN_JWT_SECRET=change-me
CATAN_JWT_ALGORITHM=HS256
CATAN_JWT_EXP_HOURS=168
CATAN_API_SERVICE_URL=http://api:8000
CATAN_GAME_SERVICE_URL=http://game:8001
CATAN_AI_SERVICE_URL=http://ai:8002
CATAN_ANALYTICS_SERVICE_URL=http://analytics:8003
CATAN_MODELS_DIR=/models
CATAN_REPLAY_DIR=/replays
CATAN_CORS_ORIGINS=*