first commit
This commit is contained in:
6
backend/.env.example
Normal file
6
backend/.env.example
Normal file
@@ -0,0 +1,6 @@
|
||||
DATABASE_URL=postgresql+asyncpg://fundtracer:fundtracer_dev@localhost:5432/fundtracer
|
||||
DATABASE_URL_SYNC=postgresql://fundtracer:fundtracer_dev@localhost:5432/fundtracer
|
||||
REDIS_URL=redis://localhost:6379/0
|
||||
UPLOAD_DIR=./uploads
|
||||
SECRET_KEY=dev-secret-key
|
||||
DEBUG=true
|
||||
Reference in New Issue
Block a user