Add .env
This commit is contained in:
@@ -128,7 +128,6 @@ celerybeat.pid
|
||||
*.sage.py
|
||||
|
||||
# Environments
|
||||
.env
|
||||
.venv
|
||||
env/
|
||||
venv/
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
ENVIRONMENT=development
|
||||
PG_USER=developer
|
||||
PG_PASSWORD=password
|
||||
PG_DB_NAME=dev
|
||||
PG_HOST=localhost
|
||||
PG_PORT=5432
|
||||
Reference in New Issue
Block a user