ADMIN: fix moodle db name

merge-requests/18/head^2
elena 2022-08-05 15:42:27 +02:00
parent 7bcb222d18
commit bf0aeaf991
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ class Postup:
while not ready:
try:
self.pg = Postgres(
"isard-apps-postgresql",
"dd-apps-postgresql",
"moodle",
app.config["MOODLE_POSTGRES_USER"],
app.config["MOODLE_POSTGRES_PASSWORD"],