CC-3520: Change default password of monit
-currently I allow it to be fixed, but I don't actually change it from default of airtime:guest
This commit is contained in:
parent
2e4cab45b3
commit
5a2d55ef84
3 changed files with 15 additions and 2 deletions
|
@ -64,6 +64,10 @@ class Config {
|
|||
|
||||
$CC_CONFIG['cache_ahead_hours'] = $values['general']['cache_ahead_hours'];
|
||||
|
||||
|
||||
$CC_CONFIG['monit_user'] = $values['monit']['monit_user'];
|
||||
$CC_CONFIG['monit_password'] = $values['monit']['monit_password'];
|
||||
|
||||
// Database config
|
||||
$CC_CONFIG['dsn']['username'] = $values['database']['dbuser'];
|
||||
$CC_CONFIG['dsn']['password'] = $values['database']['dbpass'];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue