Update config.php

This commit is contained in:
2025-08-16 06:58:30 -04:00
parent 484ea02927
commit 496e1013e5

View File

@@ -11,8 +11,8 @@ function database($key=''){
//For SQLITE only a path to the db file is needed.
//MYSQL requires server credentials.
$database=[
'database' => 'filesync.sqlite', //'kro_server',
'host' => 'localhost',
'database' => 'filesync.sqlite', //'server',
'host' => '', //'localhost',
'user' => '',
'pass' => ''
];