pg
This commit is contained in:
parent
d0413d3db0
commit
e4c0f1f1e6
@ -86,7 +86,7 @@ DATABASES = {
|
||||
"default": {
|
||||
"ENGINE": "django.db.backends.postgresql_psycopg2",
|
||||
"NAME": "sprint",
|
||||
"USER": "sprint",
|
||||
"USER": "postgres",
|
||||
"PASSWORD": os.getenv("DB_PASSWORD"),
|
||||
"HOST": os.getenv("DB_HOST"),
|
||||
"PORT": 5432,
|
||||
|
Loading…
Reference in New Issue
Block a user