mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 10:19:09 +00: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