Application Configuration¶
Application configuration describes how application instance should look like. Contains information such as name and version of application, health check url or commands that start and stop application instance.
Configuration¶
Configuration types:
- Generic - Runs generic (any OS process) application.
- JVM - Runs JVM machine with application.
- Docker - Runs Docker container.
Placeholders¶
In configuration files you can use different placeholders that will be changed in application instance when it is created and configured. They are describe in details here.