diff --git a/config.php b/config.php index aa5681a..e1f1d78 100644 --- a/config.php +++ b/config.php @@ -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' => '' ];