Initial commit: SIBU 2.0 MISSION
This commit is contained in:
6
backend/.env.development
Normal file
6
backend/.env.development
Normal file
@ -0,0 +1,6 @@
|
||||
DATABASE_URL=postgresql+asyncpg://postgres:postgres@localhost:5432/sibu
|
||||
ENVIRONMENT=production
|
||||
DEBUG=false
|
||||
RUN_SEEDERS=false
|
||||
SECRET_KEY=sibu-secret-key-for-dev-12345
|
||||
ADMIN_PASSWORD=admin
|
||||
Reference in New Issue
Block a user