修改test.yml
This commit is contained in:
parent
1089110ad3
commit
a2467d4ab6
@ -83,11 +83,16 @@ file:
|
|||||||
# 安全
|
# 安全
|
||||||
security:
|
security:
|
||||||
oauth2:
|
oauth2:
|
||||||
oauth-server: http://219.147.99.164:8082/usercenter
|
oauth-server: http://192.168.0.155:7001/usercenter
|
||||||
oauth-logout: ${security.oauth2.oauth-server}/logout?redirect_uri=${server.url}
|
oauth-logout: ${security.oauth2.oauth-server}/logout?redirect_uri=${server.url}
|
||||||
client:
|
client:
|
||||||
client-id: c024a89b35b04d4d8b5b4ea4d66a8acb
|
# http://219.147.99.164:8082/
|
||||||
client-secret: MlMzaC9sYkxKMDZtQzlRLzJwVGVMbnhaVmhTZEJQR1BiT0c4SDgrRjd5VW1ac2wwZTJHWk5NbXh3L3h3U2c4Rg==
|
#client-id: c024a89b35b04d4d8b5b4ea4d66a8acb
|
||||||
|
#client-secret: MlMzaC9sYkxKMDZtQzlRLzJwVGVMbnhaVmhTZEJQR1BiT0c4SDgrRjd5VW1ac2wwZTJHWk5NbXh3L3h3U2c4Rg==
|
||||||
|
|
||||||
|
# http://192.168.0.155:7001/
|
||||||
|
client-id: 58dd894ddbbc469aa393e85e40ef7af9
|
||||||
|
client-secret: dVJSMC9TK3NhSDQvMk41SXMra2pqaVhZQWdsSmRPUW4wZkk1SnMyY1c5UW1ac2wwZTJHWk5NbXh3L3h3U2c4Rg==
|
||||||
user-authorization-uri: ${security.oauth2.oauth-server}/oauth_client/authorize
|
user-authorization-uri: ${security.oauth2.oauth-server}/oauth_client/authorize
|
||||||
access-token-uri: ${security.oauth2.oauth-server}/oauth_client/token
|
access-token-uri: ${security.oauth2.oauth-server}/oauth_client/token
|
||||||
grant-type: authorization_code
|
grant-type: authorization_code
|
||||||
@ -100,7 +105,7 @@ security:
|
|||||||
check-token-access: ${security.oauth2.oauth-server}/oauth_client/token_key
|
check-token-access: ${security.oauth2.oauth-server}/oauth_client/token_key
|
||||||
|
|
||||||
api-path:
|
api-path:
|
||||||
user-center: http://219.147.99.164:8082/usercenter
|
user-center: http://192.168.0.155:7001/usercenter
|
||||||
|
|
||||||
# 访问控制
|
# 访问控制
|
||||||
access-control:
|
access-control:
|
||||||
|
Loading…
Reference in New Issue
Block a user