git init
This commit is contained in:
16
.env.example
Normal file
16
.env.example
Normal 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
|
||||
Reference in New Issue
Block a user