db prod
This commit is contained in:
@@ -85,7 +85,7 @@ DATABASES = {
|
||||
"default": {
|
||||
"ENGINE": "django.db.backends.postgresql_psycopg2",
|
||||
"NAME": "sprint",
|
||||
"USER": "postgres" if DEBUG else "sprint",
|
||||
"USER": "postgres",
|
||||
"PASSWORD": os.getenv("DB_PASSWORD", "password"),
|
||||
"HOST": os.getenv("DB_HOST", "127.0.0.1"),
|
||||
"PORT": 5432,
|
||||
|
Reference in New Issue
Block a user