21 lines
662 B
Bash
21 lines
662 B
Bash
# config for myems_system_db
|
|
MYEMS_SYSTEM_DB_HOST=127.0.0.1
|
|
MYEMS_SYSTEM_DB_PORT=3306
|
|
MYEMS_SYSTEM_DB_DATABASE=myems_system_db
|
|
MYEMS_SYSTEM_DB_USER=root
|
|
MYEMS_SYSTEM_DB_PASSWORD=!MyEMS1
|
|
|
|
# config for myems_historical_db
|
|
MYEMS_HISTORICAL_DB_HOST=127.0.0.1
|
|
MYEMS_HISTORICAL_DB_PORT=3306
|
|
MYEMS_HISTORICAL_DB_DATABASE=myems_historical_db
|
|
MYEMS_HISTORICAL_DB_USER=root
|
|
MYEMS_HISTORICAL_DB_PASSWORD=!MyEMS1
|
|
|
|
# Indicates how long the process waits between readings
|
|
INTERVAL_IN_SECONDS=600
|
|
|
|
# Get the gateway ID and token from MyEMS Admin
|
|
# This is used for getting data sources associated with the gateway
|
|
GATEWAY_ID=1
|
|
GATEWAY_TOKEN=AAAAAAAA-AAAA-AAAA-AAAA-AAAAAAAAAAAA |