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.
|
//For SQLITE only a path to the db file is needed.
|
||||||
//MYSQL requires server credentials.
|
//MYSQL requires server credentials.
|
||||||
$database=[
|
$database=[
|
||||||
'database' => 'filesync.sqlite', //'kro_server',
|
'database' => 'filesync.sqlite', //'server',
|
||||||
'host' => 'localhost',
|
'host' => '', //'localhost',
|
||||||
'user' => '',
|
'user' => '',
|
||||||
'pass' => ''
|
'pass' => ''
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user