quarkus dynamic configuration
Quarkus dynamic extension watches config file and changes value at runtime
<dependency><groupId>com.github.quarkus-extension</groupId><artifactId>dynamic-config</artifactId><version>0.0.3</version></dependency>
export CONFIG_FILE_PATH= "/deneme.json"
export CONSUL_HTTP_ADDR= "http://localhost:8500"