fix(dev): mount points?!

This commit is contained in:
Andras Bacsai
2025-05-03 09:59:42 +02:00
parent d4c68059bd
commit 365bf3cbf0
8 changed files with 28 additions and 33 deletions

View File

@@ -120,6 +120,8 @@ class General extends Component
try {
$this->database->save();
$this->dispatch('success', 'SSL configuration updated.');
$this->db_url = $this->database->internal_db_url;
$this->db_url_public = $this->database->external_db_url;
} catch (Exception $e) {
return handleError($e, $this);
}