feat: strava deeplink to mobile

This commit is contained in:
2026-05-20 16:56:42 +02:00
parent eca160d686
commit 3d240eca81
8 changed files with 40 additions and 12 deletions
-1
View File
@@ -78,7 +78,6 @@ env:
- MEILISEARCH_KEY
- STRAVA_CLIENT_ID
- STRAVA_CLIENT_SECRET
- STRAVA_REDIRECT_URI
volumes:
- bemeal_storage_data:/var/www/html/storage/app
-1
View File
@@ -29,7 +29,6 @@ return [
'strava' => [
'client_id' => env('STRAVA_CLIENT_ID'),
'client_secret' => env('STRAVA_CLIENT_SECRET'),
'redirect_uri' => env('STRAVA_REDIRECT_URI'),
'scope' => env('STRAVA_SCOPE', 'read,activity:read'),
],