|
|
@@ -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
|