12 lines
273 B
Bash
12 lines
273 B
Bash
SWITCHBOT_TOKEN=replace-me
|
|
SWITCHBOT_SECRET=replace-me
|
|
|
|
MYSQL_DATABASE=switchbot
|
|
MYSQL_USER=switchbot
|
|
MYSQL_PASSWORD=switchbot_password
|
|
MYSQL_ROOT_PASSWORD=root_password
|
|
|
|
COLLECT_INTERVAL_SECONDS=900
|
|
APP_TIMEZONE=Europe/London
|
|
FLASK_SECRET_KEY=replace-with-a-random-string
|