mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
restore 2516 dbFacile.php, apparently the code layout changes breaking something somewhere?
git-svn-id: http://www.observium.org/svn/observer/trunk@2525 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -9,9 +9,9 @@ $config['db_pass'] = "PASSWORD";
|
||||
$config['db_name'] = "observium";
|
||||
|
||||
### Locations
|
||||
$config['install_dir'] = "/opt/observium";
|
||||
$config['html_dir'] = $config['install_dir'] . "/html";
|
||||
$config['rrd_dir'] = $config['install_dir'] . "/rrd";
|
||||
$config['install_dir'] = "/opt/observium";
|
||||
$config['html_dir'] = $config['install_dir'] . "/html";
|
||||
$config['rrd_dir'] = $config['install_dir'] . "/rrd";
|
||||
$config['log_file'] = $config['install_dir'] . "/observium.log";
|
||||
|
||||
### Thie should *only* be set if you want to *force* a particular hostname/port
|
||||
|
Reference in New Issue
Block a user