From a196a19ea2c42954736728dcc637904c886cd4d0 Mon Sep 17 00:00:00 2001 From: tobbbs <1+tobbbs@noreply.localhost> Date: Wed, 27 May 2026 14:26:49 +0200 Subject: [PATCH] Add .env --- .env | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .env diff --git a/.env b/.env new file mode 100644 index 0000000..d727b01 --- /dev/null +++ b/.env @@ -0,0 +1,14 @@ +# The client id of your Strava app. +STRAVA_CLIENT_ID=178054 +# The client secret of your Strava app. +STRAVA_CLIENT_SECRET=a88e76d0d018e5a728f7edbb4eb4ef296c9f6faf +# You will need to obtain this token the first time you launch the app. +# Leave this unchanged for now until the app tells you otherwise. +# Do not use the refresh token displayed on your Strava API settings page, it will not work. +STRAVA_REFRESH_TOKEN=f09d865c970bd012dcd5daa149e6d43feb973446 +# Valid timezones can found under TZ Identifier column here: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List +TZ=Europe/Berlin + +# The UID and GID to create/own files managed by statistics-for-strava +PUID=1000 +PGID=1000 \ No newline at end of file