16 lines
282 B
Text
16 lines
282 B
Text
# Pacer credentials
|
|
EMAIL=''
|
|
PASSWORD=''
|
|
|
|
# Telegram configuration
|
|
# TELEGRAM_SKIP=true # skip Telegram update
|
|
TELEGRAM_API_ID=
|
|
TELEGRAM_API_HASH=
|
|
|
|
# Run configuration (you should really change these values lol)
|
|
CALORIES=383.0
|
|
DISTANCE=5239.0
|
|
DURATION=2039
|
|
STEPS=6239
|
|
|
|
# vim: ft=sh
|