Merge branch 'main' into develop
commit
beb0350e9a
|
@ -1 +1 @@
|
||||||
Subproject commit 4e74fb44d08ff9e669c4a44db697badf8bdf2996
|
Subproject commit 2f83819461501e83cabe74c9184ed69fbccdbad4
|
|
@ -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"],
|
||||||
|
|
Loading…
Reference in New Issue