Browse Source

Update 'application-exist-dev.yml'

crssadmin 4 months ago
parent
commit
8af6121e1f
1 changed files with 2 additions and 17 deletions
  1. 2 17
      application-exist-dev.yml

+ 2 - 17
application-exist-dev.yml

@@ -9,11 +9,10 @@ spring:
     driverClassName: org.postgresql.Driver
 
 crss:
-  api.gateway: http://localhost:8088
+  api.gateway: https://crss-dev.exist.com.ph
   security.url: http://localhost:9999/uaa
   admin-url: http://localhost:8081
 
-
 logging:
   level:
     com.pemc.crss: DEBUG
@@ -21,18 +20,4 @@ logging:
 cfg:
   general:
     interval: 5
-    calcValidation: false
-    
-security:
-  oauth2:
-    client:
-      accessTokenUri: http://localhost:9999/uaa/oauth/token
-      userAuthorizationUri: http://localhost:9999/uaa/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:9999/uaa/user
-
+    calcValidation: false