Added support for specifying user in config and then validating install

This commit is contained in:
laf
2015-09-21 21:06:57 +00:00
parent 74b293ef06
commit 4cc9482dbe
3 changed files with 27 additions and 0 deletions

View File

@@ -375,6 +375,10 @@ $config_file = <<<"EOD"
\$config\['db_name'\] = "$dbname";
\$config\['db'\]\['extension'\] = "mysqli";// mysql or mysqli
// 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';
### Memcached config - We use this to store realtime usage
\$config\['memcached'\]\['enable'\] = FALSE;
\$config\['memcached'\]\['host'\] = "localhost";