From 496e1013e5688881ba3ef9cc63fa6ffd5211d26e Mon Sep 17 00:00:00 2001 From: Fizzgig Date: Sat, 16 Aug 2025 06:58:30 -0400 Subject: [PATCH] Update config.php --- config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' => '' ];