From ff4286365ecde8eff6b64b76d3705f5576ba25b7 Mon Sep 17 00:00:00 2001 From: rikcarve Date: Sun, 15 Dec 2019 20:31:37 +0100 Subject: [PATCH] prepare for release 0.4 --- README.md | 8 ++++---- pom.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1b46e1e..64771fa 100644 --- a/README.md +++ b/README.md @@ -15,15 +15,15 @@ The eclipse microprofile config framework is a simple yet powerful configuration ch.carve mp-config-consul - 0.3 + 0.4 ``` ## Configuration -Currently there are 2 values you can configure, either through Java system properties or environment variables: -* **consul.host** url of your consul instance, e.g. "192.168.99.100:8500", default value is "localhost" +Currently there are 3 values you can configure, either through Java system properties or environment variables: +* **consul.host** url of your consul instance, e.g. "192.168.99.100:8500", default value is "localhost", variable substitution available. * **consul.configsource.validity** how long to cache values (in seconds), default is 30s -* **consul.prefix** key prefix to search value in consul +* **consul.prefix** key prefix to search value in consul, variable substitution available ## Links diff --git a/pom.xml b/pom.xml index 0134c8c..d17a650 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ 4.0.0 ch.carve mp-config-consul - 0.4-SNAPSHOT + 0.4 jar mp-config-consul Consul ConfigurationSource for eclipse microprofile config