mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #1956 from laf/user-validation
Add config option for librenms user + validate.php support
This commit is contained in:
@@ -14,6 +14,10 @@ $config['memcached']['enable'] = FALSE;
|
||||
$config['memcached']['host'] = 'localhost';
|
||||
$config['memcached']['port'] = 11211;
|
||||
|
||||
// This is the user LibreNMS will run as
|
||||
//Please ensure this user is created and has the correct permissions to your install
|
||||
$config['user'] = 'librenms';
|
||||
|
||||
### Locations - it is recommended to keep the default
|
||||
#$config['install_dir'] = "/opt/librenms";
|
||||
|
||||
|
Reference in New Issue
Block a user