mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Implemented DB Credentials Update for Nextcloud and solved bug
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
return [
|
||||
'dbhost' => '{{ database_host }}:{{ database_port }}',
|
||||
'dbname' => '{{ database_name }}',
|
||||
'dbuser' => '{{ database_username }}',
|
||||
'dbpassword' => '{{ database_password }}',
|
||||
];
|
Reference in New Issue
Block a user