Skip to content

Commit

Permalink
doc: Fix account url in docker configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishnaIyer committed Nov 17, 2023
1 parent 1836689 commit 692a4f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ gcs:
console:
ui:
canonical-url: "https://thethings.example.com/console"
account-url: "https://thethings.example.com/oauth"
is:
base-url: "https://thethings.example.com/api/v3"
gs:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ gcs:
# Web UI configuration for "thethings.example.com":
console:
ui:
account-url: "https://thethings.example.com/console"
account-url: "https://thethings.example.com/oauth"
canonical-url: "https://thethings.example.com/console"
noc-url: "https://thethings.example.com/noc"
is:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ gcs:
console:
ui:
canonical-url: "https://thethings.example.com/console"
account-url: "https://thethings.example.com/console"
account-url: "https://thethings.example.com/oauth"
is:
base-url: "https://thethings.example.com/api/v3"
gs:
Expand Down

0 comments on commit 692a4f1

Please sign in to comment.