Add .env
This commit is contained in:
parent
eb20b68f03
commit
9880b00fad
1
.gitignore
vendored
1
.gitignore
vendored
@ -128,7 +128,6 @@ celerybeat.pid
|
||||
*.sage.py
|
||||
|
||||
# Environments
|
||||
.env
|
||||
.venv
|
||||
env/
|
||||
venv/
|
||||
|
||||
6
backend/.env
Normal file
6
backend/.env
Normal file
@ -0,0 +1,6 @@
|
||||
ENVIRONMENT=development
|
||||
PG_USER=developer
|
||||
PG_PASSWORD=password
|
||||
PG_DB_NAME=dev
|
||||
PG_HOST=localhost
|
||||
PG_PORT=5432
|
||||
Loading…
x
Reference in New Issue
Block a user