Initial dashboard organization setup
This commit is contained in:
8
.env.example
Executable file
8
.env.example
Executable file
@@ -0,0 +1,8 @@
|
||||
POSTGRES_DB=orgdb
|
||||
POSTGRES_USER=orgapp
|
||||
POSTGRES_PASSWORD=change-me
|
||||
DATABASE_URL=postgresql://orgapp:change-me@db:5432/orgdb
|
||||
UPLOAD_DIR=/data/uploads
|
||||
SNAPSHOT_DIR=/data/snapshots
|
||||
MOCK_LOGIN_ENABLED=true
|
||||
|
||||
Reference in New Issue
Block a user