Skip to content

Commit 52312f9

Browse files
committed
doc: Fix example configuration
1 parent 484eef2 commit 52312f9

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

doc/content/getting-started/installation/configuration/ttn-lw-stack-docker-enterprise.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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:
@@ -125,8 +127,8 @@ 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'

doc/content/getting-started/installation/configuration/ttn-lw-stack-docker-open-source.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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":
102104
as:
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'

0 commit comments

Comments
 (0)