File tree Expand file tree Collapse file tree
doc/content/getting-started/installation/configuration Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -91,6 +91,8 @@ console:
9191 base-url : ' https://thethings.example.com/api/v3'
9292 gs :
9393 base-url : ' https://thethings.example.com/api/v3'
94+ gcs :
95+ base-url : ' https://thethings.example.com/api/v3'
9496 ns :
9597 base-url : ' https://thethings.example.com/api/v3'
9698 as :
125127 insert-batch-size : 1024 # batch size for INSERT operations
126128 select-batch-size : 1024 # batch size for SELECT operations
127129 mqtt :
128- public-address : ' https:// thethings.example.com:1883'
129- public-tls-address : ' https:// thethings.example.com:8883'
130+ public-address : ' thethings.example.com:1883'
131+ public-tls-address : ' thethings.example.com:8883'
130132 webhooks :
131133 downlink :
132134 public-address : ' thethings.example.com:1885/api/v3'
Original file line number Diff line number Diff line change @@ -80,6 +80,8 @@ console:
8080 base-url : ' https://thethings.example.com/api/v3'
8181 gs :
8282 base-url : ' https://thethings.example.com/api/v3'
83+ gcs :
84+ base-url : ' https://thethings.example.com/api/v3'
8385 ns :
8486 base-url : ' https://thethings.example.com/api/v3'
8587 as :
@@ -101,8 +103,8 @@ console:
101103# If Application Server enabled, defaults for "thethings.example.com":
102104as :
103105 mqtt :
104- public-address : ' https:// thethings.example.com:1883'
105- public-tls-address : ' https:// thethings.example.com:8883'
106+ public-address : ' thethings.example.com:1883'
107+ public-tls-address : ' thethings.example.com:8883'
106108 webhooks :
107109 downlink :
108110 public-address : ' thethings.example.com:1885/api/v3'
You can’t perform that action at this time.
0 commit comments