1
0
forked from erp-dev/erp
Files
erpnew/.env

8 lines
153 B
Bash

SECRET_KEY=testing_$weak_secret_is_allowd
DEBUG=True
ALLOWED_HOSTS=*,
DB_HOST=localhost
DB_PORT=5432
DB_NAME=flower
DB_USER=postgres
DB_PASSWORD=postgres