30 lines
920 B
Plaintext
30 lines
920 B
Plaintext
# enter settings and rename to CONFIG
|
|
|
|
# Bluetooth headset MAC address (all uppercase, e.g. 01_23_45_AB_CD_EF)
|
|
BTHEADSET_MAC=01_23_45_AB_CD_EF
|
|
|
|
# Notification recipients
|
|
NMA_RECIPIENT=012345...NotifyMyAndroid-API-KEY...6789abcdef
|
|
PROWL_RECIPIENT=012345...Prowl API Key...6789abcdef
|
|
PUSHOVER_RECIPIENT=012345...PushOver API Key...6789abcdef
|
|
|
|
# URL to WatchGuard auth page
|
|
WATCHGUARD_URL="https://192.168.1.1:4100"
|
|
|
|
# URL-part of your Runtastic profile
|
|
RUNTASTIC_USER_URL="markus-birth"
|
|
|
|
# Create a new app on https://pushover.net/apps/build and enter API Token here
|
|
RUNTASTIC_PUSHOVER_TOKEN="0123456...PushOver App Token...6789abcdef"
|
|
|
|
# Login for packtclaim.py
|
|
PACKT_LOGIN = anon@example.org
|
|
PACKT_PASSWORD = 1234567
|
|
|
|
# WunderCam Proxy
|
|
SNAPSHOT_URL="http://my-ip-camera.com/tmpfs/snap.jpg"
|
|
SNAPSHOT_USERNAME="guest"
|
|
SNAPSHOT_PASSWORD="password"
|
|
WUNDERCAM_USERNAME="mypersonalCAM1"
|
|
WUNDERCAM_PASSWORD="secretpassword"
|