opensso切换生产环境

This commit is contained in:
liyawei
2022-05-30 18:04:37 +08:00
parent 6e716b5367
commit b0bf90b597
@@ -388,7 +388,7 @@ people:
# secret: CDf2D9404C6ac1B0f7c3e3845ae0282a # secret: CDf2D9404C6ac1B0f7c3e3845ae0282a
# appSecret CN PROD版 # appSecret CN PROD版
secret: 7C3F03170E3ea489df04Ce8DEC7Df4f7 secret: 7C3F03170E3ea489df04Ce8DEC7Df4f7
cronJobIsOpen: true cronJobIsOpen: false
## Feishu ## Feishu
Feishu: Feishu:
# 测试 # 测试
@@ -404,10 +404,18 @@ local-tool:
uri: http://139.9.235.66:9022 uri: http://139.9.235.66:9022
opensso: opensso:
# TEST版 # TEST版
accessTokenUrl: https://signin-test.nio.com/oauth2/accessToken # accessTokenUrl: https://signin-test.nio.com/oauth2/accessToken
profileUrl: https://signin-test.nio.com/oauth2/profile # profileUrl: https://signin-test.nio.com/oauth2/profile
# clientId: 100679
# clientSecret: CDf2D9404C6ac1B0f7c3e3845ae0282a
# redirectUri: http%3A%2F%2F139.9.235.66%3A8010
# PROD版
authorizeUrl: https://signin.nio.com/oauth2/authorize
accessTokenUrl: https://signin.nio.com/oauth2/accessToken
profileUrl: https://signin.nio.com/oauth2/profile
clientId: 100679 clientId: 100679
clientSecret: CDf2D9404C6ac1B0f7c3e3845ae0282a clientSecret: 7C3F03170E3ea489df04Ce8DEC7Df4f7
redirectUri: http%3A%2F%2F139.9.235.66%3A8010 redirectUri: http%3A%2F%2F139.9.235.66%3A8010
--- ---