Browse Source

removed fallback localhost

Jejomar Dimayuga 8 years ago
parent
commit
25c8900898
1 changed files with 3 additions and 3 deletions
  1. 3 3
      application-client-sec.yml

+ 3 - 3
application-client-sec.yml

@@ -1,8 +1,8 @@
 security:
   oauth2:
     client:
-      accessTokenUri: http://crss1edge-server.marathon.l4lb.thisdcos.directory:8080/uaa/oauth/access_token
-      userAuthorizationUri: http://crss1edge-server.marathon.l4lb.thisdcos.directory:8080/uaa/oauth/authorize
+      accessTokenUri: ${crss.security.url}/uaa/oauth/access_token
+      userAuthorizationUri: ${crss.security.url}/uaa/oauth/authorize
       clientId: crss
       clientSecret: crsssecret
       authorized-grant-types: authorization_code,refresh_token,password
@@ -10,4 +10,4 @@ security:
       access-token-validity-seconds: 3600
     resource:
       filter-order: 3
-      userInfoUri: http://crss1edge-server.marathon.l4lb.thisdcos.directory:8080/uaa/user
+      userInfoUri: ${crss.security.url}/uaa/user