Files
site_aegisone/py_service/.env.example
T
2026-05-17 05:22:06 +03:00

6 lines
172 B
Bash

DATABASE_URL=postgresql+asyncpg://aegisone:aegisone_pass@localhost:5432/aegisone
SECRET_KEY=change-me-to-random-string
SESSION_TTL=3600
APP_ENV=development
LOG_LEVEL=debug