Updated docs with proper name of user property in Eureka First Bootstrap

According to [DiscoveryClientConfigServiceBootstrapConfiguration.java](https://github.com/spring-cloud/spring-cloud-config/blob/master/spring-cloud-config-client/src/main/java/org/springframework/cloud/config/client/DiscoveryClientConfigServiceBootstrapConfiguration.java), proper name of `username` property is `user`.
This commit is contained in:
Max Romanovsky
2016-03-16 13:31:21 +03:00
parent 6011b85904
commit 55bda1a15b

View File

@@ -869,7 +869,7 @@ eureka:
instance:
...
metadataMap:
username: osufhalskjrtl
user: osufhalskjrtl
password: lviuhlszvaorhvlo5847
configPath: /config
----