mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-06-13 04:58:09 +00:00
Fix incorrect config template key.
This commit is contained in:
@ -607,7 +607,9 @@ pub fn run() {
|
|||||||
#
|
#
|
||||||
# Note: this interface is used both for passive-roaming and when
|
# Note: this interface is used both for passive-roaming and when
|
||||||
# integrating with Join Servers that implement the async interface.
|
# integrating with Join Servers that implement the async interface.
|
||||||
bind="{{ api.bind }}"
|
# Leaving this option blank will disable the Backend Interfaces API,
|
||||||
|
# which is fine in most cases.
|
||||||
|
bind="{{ backend_interfaces.bind }}"
|
||||||
|
|
||||||
# CA certificate (path).
|
# CA certificate (path).
|
||||||
ca_cert="{{ backend_interfaces.ca_cert }}"
|
ca_cert="{{ backend_interfaces.ca_cert }}"
|
||||||
|
Reference in New Issue
Block a user