mirror of
https://github.com/chirpstack/chirpstack.git
synced 2025-04-14 06:26:38 +00:00
Fix incorrect config template key.
This commit is contained in:
parent
0e91779f30
commit
da3e6c8cde
@ -607,7 +607,9 @@ pub fn run() {
|
||||
#
|
||||
# Note: this interface is used both for passive-roaming and when
|
||||
# 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_cert="{{ backend_interfaces.ca_cert }}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user