mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
dynamic steps WIP
This commit is contained in:
@@ -32,4 +32,16 @@ return [
|
||||
|
||||
'group' => env('LIBRENMS_GROUP', env('LIBRENMS_USER', 'librenms')),
|
||||
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Install
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This value sets if the install process needs to be run.
|
||||
| You may also specify which install steps to present with a comma separated list.
|
||||
*/
|
||||
|
||||
'install' => env('INSTALL', false),
|
||||
|
||||
];
|
||||
|
Reference in New Issue
Block a user