mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-04-27 06:20:28 +00:00
Add missing adr_plugins setting to config template.
This commit is contained in:
parent
4031c5cb95
commit
0c9e22d255
@ -197,6 +197,17 @@ pub fn run() {
|
||||
# Mac-commands disabled.
|
||||
mac_commands_disabled={{ network.mac_commands_disabled }}
|
||||
|
||||
# Custom ADR plugins.
|
||||
#
|
||||
# The custom ADR plugin must be implemented in JavaScript. For an example
|
||||
# skeleton, please see:
|
||||
# https://github.com/chirpstack/chirpstack/blob/master/examples/adr_plugins/plugin_skeleton.js
|
||||
adr_plugins=[
|
||||
{{#each network.adr_plugins}}
|
||||
"{{this}}",
|
||||
{{/each}}
|
||||
]
|
||||
|
||||
|
||||
# Scheduler settings.
|
||||
[network.scheduler]
|
||||
|
Loading…
x
Reference in New Issue
Block a user