This commit is contained in:
Bastian Wagner
2026-06-16 12:15:29 +02:00
commit 38141c0358
80 changed files with 23444 additions and 0 deletions

16
.env.example Normal file
View File

@@ -0,0 +1,16 @@
PORT=3000
CORS_ORIGIN=http://localhost:8080
CLIENT_URL=http://localhost:8080
DATABASE_HOST=mysql.example.internal
DATABASE_PORT=3306
DATABASE_USER=strava_app
DATABASE_PASSWORD=change-me
DATABASE_NAME=strava_app
TYPEORM_SYNCHRONIZE=true
TYPEORM_LOGGING=false
STRAVA_CLIENT_ID=change-me
STRAVA_CLIENT_SECRET=change-me
STRAVA_REDIRECT_URI=http://localhost:3000/auth/strava/callback
APP_ENCRYPTION_KEY=change-me-to-a-long-random-secret