Skip to content

Commit

Permalink
console: Add relevant config
Browse files Browse the repository at this point in the history
  • Loading branch information
ryaplots committed Sep 19, 2022
1 parent f1bded7 commit 12f7a4b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions config/stack/ttn-lw-stack-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ tls:
# base-url: 'https://thethings.example.com/api/v3'
# edtc:
# base-url: 'https://thethings.example.com/api/v3'
# dcs:
# base-url: 'https://thethings.example.com/api/v3'
#
# oauth:
# authorize-url: 'https://thethings.example.com/oauth/authorize'
Expand Down
2 changes: 1 addition & 1 deletion config/stack/ttn-lw-stack-tls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ console:
gcs:
base-url: 'https://localhost:8885/api/v3'
dcs:
base-url: 'http://localhost:1885/api/v3'
base-url: 'https://localhost:8885/api/v3'

oauth:
authorize-url: 'https://localhost:8885/oauth/authorize'
Expand Down
2 changes: 2 additions & 0 deletions config/stack/ttn-lw-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,8 @@ tls:
# base-url: 'https://thethings.example.com/api/v3'
# edtc:
# base-url: 'https://thethings.example.com/api/v3'
# dcs:
# base-url: 'https://thethings.example.com/api/v3'
#
# oauth:
# authorize-url: 'https://thethings.example.com/oauth/authorize'
Expand Down

0 comments on commit 12f7a4b

Please sign in to comment.