diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index 78b9874..a3be1f0 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -1,6 +1,6 @@ server: port: 7023 - url: http://192.168.0.115:7023/population + url: http://192.168.0.9:7023/population title: population servlet: context-path: /population @@ -74,8 +74,8 @@ security: oauth-server: http://192.168.0.15:7021/usercenter oauth-logout: ${security.oauth2.oauth-server}/logout?redirect_uri=${server.url} client: - client-id: ba950215f6bb4d45bddd6cbcb87395e7 - client-secret: WmlVZ2M4M2ZTeTdaS25OVlFwUExac3QrOU9kdHEybVgxSmhETTdFV2F5TW1ac2wwZTJHWk5NbXh3L3h3U2c4Rg== + client-id: 00b49298399641448405170d55a3614b + client-secret: Z0RQUmZTdENUckprWVRtdGQ3Sm5ldmlCZFJKT1NBNHJZWnNrM1RSSWU3NG1ac2wwZTJHWk5NbXh3L3h3U2c4Rg== user-authorization-uri: ${security.oauth2.oauth-server}/oauth_client/authorize access-token-uri: ${security.oauth2.oauth-server}/oauth_client/token grant-type: authorization_code @@ -119,3 +119,6 @@ logging: level: root: error com.cm: debug + +server-other: + area-url: http://192.168.0.15:7022/servicecity \ No newline at end of file