Update config.php
This commit is contained in:
@@ -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' => ''
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user