diff --git a/config-repo/svca-service.yml b/config-repo/svca-service.yml index aee0998de3fc92d6d09f6976d162cf55eae3a937..72d767b6fc54c41526f3bce2368cff12b933eb83 100644 --- a/config-repo/svca-service.yml +++ b/config-repo/svca-service.yml @@ -1,22 +1,4 @@ server: port: 8080 -name: zhangxd - -eureka: - instance: - metadata-map: - user.name: ${security.user.name} - user.password: ${security.user.password} - -security: - user: - name: user - password: password - oauth2: - client: - clientId: svca-service - clientSecret: ${security.user.password} - accessTokenUri: http://${authserver.hostname}:${authserver.port}${authserver.contextPath}/oauth/token - grant-type: client_credentials - scope: server \ No newline at end of file +name: zhangxd \ No newline at end of file