Vert.x Config provide an extensible way to configure Vert.x applications:
-
retrieve configuration from anywhere (file, directory, HTTP location, Git repository, Zookeeper…)
-
write your configuration in any format (properties, json, yaml, hocon…)
Please see the main documentation on the web-site for a full description: