File tree 2 files changed +4
-4
lines changed
cmd/chirpstack-gateway-bridge/cmd
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ func init() {
41
41
viper .SetDefault ("backend.semtech_udp.udp_bind" , "0.0.0.0:1700" )
42
42
43
43
viper .SetDefault ("backend.concentratord.crc_check" , true )
44
- viper .SetDefault ("backend.concentratord.event_url" , "icp :///tmp/concentratord_event" )
45
- viper .SetDefault ("backend.concentratord.command_url" , "icp :///tmp/concentratord_command" )
44
+ viper .SetDefault ("backend.concentratord.event_url" , "ipc :///tmp/concentratord_event" )
45
+ viper .SetDefault ("backend.concentratord.command_url" , "ipc :///tmp/concentratord_command" )
46
46
47
47
viper .SetDefault ("backend.basic_station.bind" , ":3001" )
48
48
viper .SetDefault ("backend.basic_station.ping_interval" , time .Minute )
Original file line number Diff line number Diff line change @@ -150,10 +150,10 @@ type="semtech_udp"
150
150
crc_check=true
151
151
152
152
# Event API URL.
153
- event_url="icp :///tmp/concentratord_event"
153
+ event_url="ipc :///tmp/concentratord_event"
154
154
155
155
# Command API URL.
156
- command_url="icp :///tmp/concentratord_command"
156
+ command_url="ipc :///tmp/concentratord_command"
157
157
158
158
159
159
# Basic Station backend.
You can’t perform that action at this time.
0 commit comments