Add missing adr_plugins setting to config template.

This commit is contained in:
Orne Brocaar 2023-07-04 16:15:45 +01:00
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]