diff --git a/spring-boot-docs/src/main/asciidoc/deployment.adoc b/spring-boot-docs/src/main/asciidoc/deployment.adoc index f3b23555cd..e128b49813 100644 --- a/spring-boot-docs/src/main/asciidoc/deployment.adoc +++ b/spring-boot-docs/src/main/asciidoc/deployment.adoc @@ -445,6 +445,10 @@ the default behavior in a script or on the command line: in the script. |=== +TIP: With the exception of `JARFILE` and `APP_NAME`, the above settings can be placed in +a `.conf` next to the jar. For example the jar `/var/myapp/myapp.jar` would attempt to +source the configuration file `/var/myapp/myapp.conf`. + [[deployment-whats-next]]