mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
Changed config db options from double quotes to single
This commit is contained in:
@@ -24,10 +24,10 @@ Log files created by LibreNMS will be stored within this directory.
|
||||
These are the configuration options you will need to use to specify to get started.
|
||||
|
||||
```php
|
||||
$config['db_host'] = "127.0.0.1";
|
||||
$config['db_user'] = "";
|
||||
$config['db_pass'] = "";
|
||||
$config['db_name'] = "";
|
||||
$config['db_host'] = '127.0.0.1';
|
||||
$config['db_user'] = '';
|
||||
$config['db_pass'] = '';
|
||||
$config['db_name'] = '';
|
||||
```
|
||||
|
||||
You can also select between the mysql and mysqli php extensions:
|
||||
|
||||
Reference in New Issue
Block a user