4 lines
156 B
Bash
4 lines
156 B
Bash
DATABASE_URL=postgresql+asyncpg://postgres:password@localhost:5432/destroying_sap
|
|
SECRET_KEY=change-me-in-production
|
|
CORS_ORIGINS=["http://localhost:5173"]
|