mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
@@ -43,6 +43,9 @@ $config['temp_dir'] = '/tmp';
|
||||
$config['install_dir'] = '/opt/'.$config['project_id'];
|
||||
$config['log_dir'] = $config['install_dir'].'/logs';
|
||||
|
||||
// MySQL extension to use
|
||||
$config['db']['extension'] = 'mysql';//mysql and mysqli available
|
||||
|
||||
// What is my own hostname (used to identify this host in its own database)
|
||||
$config['own_hostname'] = 'localhost';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user