ADMIN: fix moodle db name
parent
7bcb222d18
commit
bf0aeaf991
|
@ -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"],
|
||||
|
|
Loading…
Reference in New Issue