Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
E
ems-esp-logger
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jonas Leder
ems-esp-logger
Commits
a69809c6
Commit
a69809c6
authored
1 month ago
by
Jonas Leder
Browse files
Options
Downloads
Patches
Plain Diff
update example config
parent
09243f28
No related branches found
Branches containing commit
No related tags found
1 merge request
!1
WIP: write values to a database
Pipeline
#54571
passed
1 month ago
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.env.example
+17
-4
17 additions, 4 deletions
.env.example
with
17 additions
and
4 deletions
.env.example
+
17
−
4
View file @
a69809c6
MQTT_SERVER_ENABLED=
fals
e
MQTT_SERVER_ENABLED=
tru
e
MQTT_LISTEN=0.0.0.0:1883 # only required for MQTT server
MQTT_LISTEN=0.0.0.0:1883 # only required for MQTT server
MQTT_HOST=1
.2.3.4
MQTT_HOST=1
27.0.0.1
MQTT_PORT=1883
MQTT_PORT=1883
MQTT_USERNAME=mqtt
MQTT_USERNAME=mqtt
MQTT_PASSWORD=
password
MQTT_PASSWORD=
mqtt
MQTT_TOPIC_BOILER=ems-esp/boiler_data
MQTT_TOPIC_BOILER=ems-esp/boiler_data
LOG_LEVEL=INFO
LOG_LEVEL=INFO
OUTPUT_FILE_NAME="boiler.csv"
OUTPUT_FILE_NAME="boiler.csv"
OUTPUT_FILE_NAME_RAW="boiler.txt"
OUTPUT_FILE_NAME_RAW="boiler.txt"
ZEROMQ_BIND="tcp://127.0.0.1:5557"
\ No newline at end of file
QUEUE_STATE_FOLDER="./queues"
OUTPUT_DATABSE=ems_esp_logger
OUTPUT_DATABASE_USER=root
OUTPUT_DATABASE_PASSWORD=password
OUTPUT_DATABASE_HOST=localhost
OUTPUT_DATABASE_TYPE=mysql
OUTPUT_DATABASE_EXECUTE_MIGRATIONS=true
INSTANCE_NAME=test
INSTANCE_DESCRIPTION="My test instance"
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment