diff --git a/jbtcd/fitbit-bundle/1.0/config/packages/fitbit.yaml b/jbtcd/fitbit-bundle/1.0/config/packages/fitbit.yaml deleted file mode 100644 index 4dfb8fad..00000000 --- a/jbtcd/fitbit-bundle/1.0/config/packages/fitbit.yaml +++ /dev/null @@ -1,15 +0,0 @@ -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 diff --git a/jbtcd/fitbit-bundle/1.0/manifest.json b/jbtcd/fitbit-bundle/1.0/manifest.json deleted file mode 100644 index a53840be..00000000 --- a/jbtcd/fitbit-bundle/1.0/manifest.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "bundles": { - "FitbitBundle\\FitbitBundle": ["all"] - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - }, - "env": { - "FITBIT_CLIENT_ID": "not-a-real-id", - "FITBIT_CLIENT_SECRET": "not-a-real-secret" - } -}