Implemented DB Credentials Update for Nextcloud and solved bug

This commit is contained in:
2025-07-14 18:41:30 +02:00
parent 30d583f0c9
commit d1c8036fa4
6 changed files with 13 additions and 6 deletions

View File

@@ -0,0 +1,7 @@
<?php
return [
'dbhost' => '{{ database_host }}:{{ database_port }}',
'dbname' => '{{ database_name }}',
'dbuser' => '{{ database_username }}',
'dbpassword' => '{{ database_password }}',
];