Files
SigHej/backend/.env.example

5 lines
161 B
Plaintext
Raw Normal View History

2026-05-12 18:21:25 +02:00
REDIS_URL=redis://localhost:6379
DATABASE_URL=postgresql+asyncpg://sighej:sighej@localhost/sighej
SESSION_TTL_SECONDS=7200
ALLOWED_ORIGINS=http://localhost:3000