Добавлена интеграция с Fitbit
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m25s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m25s
This commit is contained in:
20
env.example
20
env.example
@@ -62,6 +62,26 @@ TODOIST_CLIENT_SECRET=
|
||||
# Получить в Developer Console: "Client secret for webhooks"
|
||||
TODOIST_WEBHOOK_SECRET=
|
||||
|
||||
# ============================================
|
||||
# Fitbit Integration Configuration
|
||||
# ============================================
|
||||
# Fitbit приложение для интеграции с Play Life
|
||||
# Настроить в: https://dev.fitbit.com/apps
|
||||
#
|
||||
# В настройках Fitbit приложения указать:
|
||||
# - OAuth 2.0 Application Type: Server
|
||||
# - Callback URL: <WEBHOOK_BASE_URL>/api/integrations/fitbit/oauth/callback
|
||||
# - Default Access Type: Read-Only
|
||||
# - Scopes: activity, profile
|
||||
# - Terms of Service URL: <WEBHOOK_BASE_URL>/terms
|
||||
# - Privacy Policy URL: <WEBHOOK_BASE_URL>/privacy
|
||||
|
||||
# Client ID Fitbit приложения
|
||||
FITBIT_CLIENT_ID=
|
||||
|
||||
# Client Secret Fitbit приложения
|
||||
FITBIT_CLIENT_SECRET=
|
||||
|
||||
# ============================================
|
||||
# Authentication Configuration
|
||||
# ============================================
|
||||
|
||||
Reference in New Issue
Block a user