We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 638a151 commit c34ed40Copy full SHA for c34ed40
pyconweb2022/pyconweb2022/settings_prod.py
@@ -9,9 +9,9 @@
9
"ENGINE": "django.db.backends.postgresql",
10
"HOST": os.getenv("AWS_PSQL_HOST"),
11
"PORT": os.getenv("AWS_PSQL_PORT"),
12
- "NAME": os.getenv("AWS_RDS_DATABASE"),
13
- "USER": os.getenv("AWS_RDS_USER_ID"),
14
- "PASSWORD": os.getenv("AWS_RDS_PW"),
+ "NAME": os.getenv("AWS_PSQL_DATABASE"),
+ "USER": os.getenv("AWS_PSQL_USER_ID"),
+ "PASSWORD": os.getenv("AWS_PSQL_PW"),
15
}
16
17
else:
0 commit comments