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: while not ready:
try: try:
self.pg = Postgres( self.pg = Postgres(
"isard-apps-postgresql", "dd-apps-postgresql",
"moodle", "moodle",
app.config["MOODLE_POSTGRES_USER"], app.config["MOODLE_POSTGRES_USER"],
app.config["MOODLE_POSTGRES_PASSWORD"], app.config["MOODLE_POSTGRES_PASSWORD"],