Skip to content

Commit

Permalink
Fix openhab#8697 Update documentation with changed Influx2 RC port
Browse files Browse the repository at this point in the history
Signed-off-by: Joan Pujol <[email protected]>
  • Loading branch information
lujop committed Oct 21, 2020
1 parent 499bc1a commit 254ac5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parameter name="url" type="text" required="true" groupName="connection">
<context>url</context>
<label>Database URL</label>
<description>The database URL, e.g. http://127.0.0.1:8086 or http://127.0.0.1:9999</description>
<description>The database URL, e.g. http://127.0.0.1:8086</description>
<default>http://127.0.0.1:8086</default>
</parameter>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class ConfigurationTestHelper {

public static Map<String, @Nullable Object> createValidConfigurationParameters() {
Map<String, @Nullable Object> config = new HashMap<>();
config.put(URL_PARAM, "http://localhost:9999");
config.put(URL_PARAM, "http://localhost:8086");
config.put(VERSION_PARAM, InfluxDBVersion.V2.name());
config.put(TOKEN_PARAM, "sampletoken");
config.put(DATABASE_PARAM, "openhab");
Expand Down

0 comments on commit 254ac5f

Please sign in to comment.