Skip to content

Commit

Permalink
doc: Fix account url in docker configuration (#1214)
Browse files Browse the repository at this point in the history
  • Loading branch information
KrishnaIyer authored Nov 18, 2023
1 parent bd0f7d0 commit bedc9e4
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 bedc9e4

Please sign in to comment.