1
0
forked from mixa/67
Files
67/.env.example
2026-06-15 00:20:48 +03:00

7 lines
158 B
Plaintext

POSTGRES_DB=fable
POSTGRES_USER=fable
POSTGRES_PASSWORD=change_me_for_real_environment
JWT_SECRET=change_me_before_production
GATEWAY_PORT=3000
WEB_PORT=5173