Add files via upload :trollface:
This commit is contained in:
commit
a9cfc9b522
9 changed files with 425 additions and 0 deletions
16
.env.example
Normal file
16
.env.example
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
# 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue