소스 검색

update dev config

mlnicolas 8 년 전
부모
커밋
8992c881eb
1개의 변경된 파일0개의 추가작업 그리고 13개의 파일을 삭제
  1. 0 13
      crss-meterprocess-app/crss-meterprocess-app-dev.yml

+ 0 - 13
crss-meterprocess-app/crss-meterprocess-app-dev.yml

@@ -24,19 +24,6 @@ server:
 dataflow:
   url: http://localhost:9393
 
-security:
-  oauth2:
-    client:
-      accessTokenUri: http://localhost:8082/oauth/access_token
-      userAuthorizationUri: http://localhost:8082/oauth/authorize
-      clientId: crss
-      clientSecret: crsssecret
-      authorized-grant-types: authorization_code,refresh_token,password
-      scope: openid
-      access-token-validity-seconds: 3600
-    resource:
-      userInfoUri: http://localhost:8082/user
-
 management:
   security:
     enabled: false