fix: set connection string on publicity change

This commit is contained in:
Andras Bacsai
2023-07-18 13:01:10 +02:00
parent 5cb0bcfd9b
commit b2ffd9183b
3 changed files with 3 additions and 2 deletions

View File

@@ -109,6 +109,7 @@
if ($status.database.isPublic) {
database.publicPort = publicPort;
}
generateUrl();
} catch (error) {
return errorNotification(error);
} finally {