We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15f7d3b commit 638a151Copy full SHA for 638a151
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_PSQL_DATABASE"),
13
- "USER": os.getenv("AWS_PSQL_USER_ID"),
14
- "PASSWORD": os.getenv("AWS_PSQL_PW"),
+ "NAME": os.getenv("AWS_RDS_DATABASE"),
+ "USER": os.getenv("AWS_RDS_USER_ID"),
+ "PASSWORD": os.getenv("AWS_RDS_PW"),
15
}
16
17
else:
0 commit comments