forked from erp-dev/erp
8 lines
182 B
Bash
8 lines
182 B
Bash
SECRET_KEY=testing_$weak_secret_is_allowd
|
|
DEBUG=True
|
|
ALLOWED_HOSTS=yuwenerp.yuwen.cloud,localhost,
|
|
DB_HOST=127.0.0.1
|
|
DB_PORT=6432
|
|
DB_NAME=flower
|
|
DB_USER=postgres
|
|
DB_PASSWORD=postgres |