replace nginx with existing traefik, split networks.
This commit is contained in:
@@ -20,14 +20,14 @@ JWT_SECRET=your-super-secret-jwt-key-change-this-in-production
|
||||
AUTHENTIK_CLIENT_ID=your-authentik-client-id
|
||||
AUTHENTIK_CLIENT_SECRET=your-authentik-client-secret
|
||||
AUTHENTIK_BASE_URL=https://your-authentik-domain.com
|
||||
AUTHENTIK_CALLBACK_URL=http://localhost:5000/api/auth/authentik/callback
|
||||
AUTHENTIK_CALLBACK_URL=https://turftracker.kaspers.us/api/auth/authentik/callback
|
||||
|
||||
# Weather API Configuration
|
||||
# Get a free API key from https://openweathermap.org/api
|
||||
WEATHER_API_KEY=your-openweathermap-api-key
|
||||
|
||||
# Application URLs
|
||||
FRONTEND_URL=http://localhost:3000
|
||||
# Application URLs (automatically configured for production)
|
||||
FRONTEND_URL=https://turftracker.kaspers.us
|
||||
|
||||
# Node Environment
|
||||
NODE_ENV=development
|
||||
|
||||
Reference in New Issue
Block a user