Skip to content

Commit

Permalink
Remove encrypted property (simplify integration test)
Browse files Browse the repository at this point in the history
  • Loading branch information
dsyer committed Nov 11, 2015
1 parent 6187548 commit f9a6467
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ info:
description: Spring Cloud Samples
url: https://github.com/spring-cloud-samples
eureka:
password: '{cipher}AQBdTe9vjgOqANyfi+Ke5HYmhFJnuvsGJ+8FOqLgdMdFInJkVRzy9XngylNp9KlX2lwPI13jT7ceDjBs9w4B6A15akQTHHP1q9rWwMcLtVCCKGFgvXSgQF+WWIItxBmIDGG4bSgDYZ6XQWl66T84PxjTBygErpmAjn+X2BWdtWtVmjXzpMQMaHGpiyLPoGIQYF4j9ZGpl16Jx79+j6et6LStksrT3WxQuanhZwIkqZ827+2mlUB3kd5ocW7R0vC3JMGVZlGNfqYQwJIhSJ19lrq4gxm/zbGroYonW3QSHTiRlhlvOdovEua/0dCl6+s0iEHYZCBllr7jikEWmS5Px7U2TG8/eQkjR8pUbSN6OE+OI2ZZUCNOT+mi75ZeeN1OtdQ='
client:
serviceUrl:
defaultZone: http://user:${eureka.password:}@localhost:8761/eureka/
defaultZone: http://localhost:8761/eureka/

---
spring:
Expand Down

0 comments on commit f9a6467

Please sign in to comment.