6 lines
172 B
Bash
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
|