mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-05-02 00:53:08 +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.
|
||||||
mac_commands_disabled={{ network.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.
|
# Scheduler settings.
|
||||||
[network.scheduler]
|
[network.scheduler]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user