encrypt.* properties should be in bootstrap.yml not application.yml. Fixes #895.

This commit is contained in:
Ryan Baxter
2018-06-04 11:26:56 -04:00
parent 8da878bc02
commit 484b74b4ed

View File

@@ -980,7 +980,7 @@ $ keytool -genkeypair -alias mytestkey -keyalg RSA \
----
Put the `server.jks` file in the classpath (for instance) and then in
your `application.yml` for the Config Server:
your `bootstrap.yml` for the Config Server:
[source,yaml]
----