forked from baron/baron-sso
fc
This commit is contained in:
@@ -83,10 +83,10 @@ serve:
|
||||
|
||||
urls:
|
||||
self:
|
||||
issuer: http://127.0.0.1:4444
|
||||
consent: http://127.0.0.1:3000/consent
|
||||
login: http://127.0.0.1:3000/login
|
||||
logout: http://127.0.0.1:3000/logout
|
||||
issuer: ${URLS_SELF_ISSUER}
|
||||
consent: ${URLS_CONSENT}
|
||||
login: ${URLS_LOGIN}
|
||||
logout: ${URLS_LOGOUT}
|
||||
device:
|
||||
verification: http://127.0.0.1:3000/device/verify
|
||||
success: http://127.0.0.1:3000/device/success
|
||||
|
||||
Reference in New Issue
Block a user