Skip to content

Commit

Permalink
Turn off Eureka in testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
voor committed Apr 27, 2016
1 parent 68dd9e8 commit 51e9321
Showing 1 changed file with 14 additions and 4 deletions.
18 changes: 14 additions & 4 deletions src/test/resources/application-test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
info:
component: Auth Server

server:
port: 0
contextPath: /uaa

spring:
cloud:
config:
enabled: false

eureka:
client:
enabled: false

smartcosmos:
debug: false
security:
Expand All @@ -12,10 +25,7 @@ smartcosmos:
keypairPassword: password
user-details:
server:
location-uri: http://localhost:9999

server:
contextPath: /uaa
location-uri: not-used-in-testing

logging:
level:
Expand Down

0 comments on commit 51e9321

Please sign in to comment.