Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sqshq committed Mar 13, 2016
1 parent 7e37b64 commit 1b739a0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 26 deletions.
7 changes: 0 additions & 7 deletions account-service/src/main/resources/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,3 @@ spring:
fail-fast: true
password: ${CONFIG_SERVICE_PASSWORD}
username: user

eureka:
instance:
prefer-ip-address: true
client:
serviceUrl:
defaultZone: http://registry:8761/eureka/
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,6 @@ public void configure(ClientDetailsServiceConfigurer clients) throws Exception {
.withClient("browser")
.authorizedGrantTypes("refresh_token", "password")
.scopes("ui")
.and()
.withClient("config")
.secret(env.getProperty("CONFIG_SERVICE_PASSWORD"))
.authorizedGrantTypes("client_credentials", "refresh_token")
.scopes("server")
.and()
.withClient("account-service")
.secret(env.getProperty("ACCOUNT_SERVICE_PASSWORD"))
Expand Down
7 changes: 0 additions & 7 deletions auth-service/src/main/resources/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,3 @@ spring:
fail-fast: true
password: ${CONFIG_SERVICE_PASSWORD}
username: user

eureka:
instance:
prefer-ip-address: true
client:
serviceUrl:
defaultZone: http://registry:8761/eureka/
7 changes: 0 additions & 7 deletions gateway/src/main/resources/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,3 @@ spring:
fail-fast: true
password: ${CONFIG_SERVICE_PASSWORD}
username: user

eureka:
instance:
prefer-ip-address: true
client:
serviceUrl:
defaultZone: http://registry:8761/eureka/

0 comments on commit 1b739a0

Please sign in to comment.