Missing config seeder docs (#13279)

This commit is contained in:
Tony Murray
2021-09-27 12:49:52 -05:00
committed by GitHub
parent d11a6c6ebb
commit 9b5684da4e

View File

@ -78,6 +78,19 @@ lnms config:get snmp.community
]
```
## Pre-load configuration
This feature is primarily for docker images and other automation.
When installing LibreNMS for the first time with a new database you can place yaml key value files
in `database/seeders/config` to pre-populate the config database.
Example snmp.yaml
```yaml
snmp.community:
- public
- private
snmp.max_repeaters: 30
```
## Directories