-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
22 lines (20 loc) · 740 Bytes
/
Copy pathexample.env
File metadata and controls
22 lines (20 loc) · 740 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# NOTES:-----------
# 1. No space at before and after = .
# 2. No need to use inverted comma surrounding string values.
# 3. All values will be counted as string
# 4. Use right variable values for your server requirement
# 5. At first it will take variable values from Environment variables automatically then from this file.
# 6. If it can take values from Environment then it will not take the values from this file.
# 7. Rename this file name from example.env to .env
SECRET_KEY=django-insecure-80n^t_x*iak0*f9awqe+c#f3mpedczxgxa!yk@fzrwbn+-d30i
DEBUG=True
ALLOWED_HOSTS=*
CSRF_TRUSTED_ORIGINS=
ENV_NAME=DEVELOPMENT
LOG_LEVEL=DEBUG
#Postgres Database
DB_HOST=localhost
DB_PORT=5432
DB_NAME=library
DB_USERNAME=hasnat
DB_PASSWORD=hasnat