Files
archived-recipes-contrib/jbtcd/fitbit-bundle/1.0/config/packages/fitbit.yaml
2020-09-01 21:46:21 +02:00

16 lines
454 B
YAML

fitbit:
# Get client ID and Secret, register an app here: https://dev.fitbit.com/apps
clientId: '%env(FITBIT_CLIENT_ID)%'
clientSecret: '%env(FITBIT_CLIENT_SECRET)%'
# For available scopes, see here: https://dev.fitbit.com/build/reference/web-api/oauth2/#scope
scopes:
- activity
- heartrate
- location
- nutrition
- profile
- settings
- sleep
- social
- weight