forked from erp-dev/erp
8 lines
152 B
Bash
8 lines
152 B
Bash
SECRET_KEY=testing_$weak_secret_is_allowd
|
|
DEBUG=True
|
|
ALLOWED_HOSTS=*,
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_NAME=myapp
|
|
DB_USER=postgres
|
|
DB_PASSWORD=postgres |