set kratos and hydra adminUrl to cohere with stackspin#1217
This commit is contained in:
parent
8a89f94ec0
commit
a03541e3a6
2 changed files with 4 additions and 4 deletions
|
|
@ -260,12 +260,12 @@ backend:
|
|||
|
||||
# Where to find the Kratos ADMIN and PUBLIC url
|
||||
kratos:
|
||||
publicUrl: https://sso.stackspin.example.org/kratos
|
||||
adminUrl: http://single-sign-on-kratos-admin:80
|
||||
publicUrl: https://dashboard.stackspin.example.org/kratos
|
||||
adminUrl: http://kratos-admin:80
|
||||
|
||||
# Where to find the Hydra ADMIN url
|
||||
hydra:
|
||||
adminUrl: http://single-sign-on-hydra-admin:4445
|
||||
adminUrl: http://hydra-admin:4445
|
||||
|
||||
# Public URL of login panel
|
||||
loginPanelUrl: https://dashboard.stackspin.example.org/web/
|
||||
|
|
|
|||
Reference in a new issue