Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Melodic
morphemic-preprocessor
Commits
d1c0cc7e
Commit
d1c0cc7e
authored
Mar 29, 2022
by
Andreas Tsagkaropoulos
Browse files
Added missing INFLUXDB_DBNAME property to windows configuration file as well
Added missing INFLUXDB_ORG property to configuration files
parent
7b441f23
Changes
2
Hide whitespace changes
Inline
Side-by-side
morphemic-forecasting-exponentialsmoothing/src/r_predictors/prediction_configuration-windows.properties
View file @
d1c0cc7e
...
...
@@ -10,6 +10,8 @@ INFLUXDB_HOSTNAME=ui-influxdb
INFLUXDB_PORT
=
8086
INFLUXDB_USERNAME
=
morphemic
INFLUXDB_PASSWORD
=
password
INFLUXDB_DBNAME
=
morphemic
INFLUXDB_ORG
=
morphemic
broker_address
=
localhost
broker_port
=
61610
...
...
morphemic-forecasting-exponentialsmoothing/src/r_predictors/prediction_configuration.properties
View file @
d1c0cc7e
...
...
@@ -11,6 +11,7 @@ INFLUXDB_PORT=8086
INFLUXDB_USERNAME
=
morphemic
INFLUXDB_PASSWORD
=
password
INFLUXDB_DBNAME
=
morphemic
INFLUXDB_ORG
=
morphemic
broker_address
=
localhost
broker_port
=
61610
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment