Added note about using relative URLs for production to avoid mixed content errors when served over HTTPS. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
15 lines
599 B
Text
15 lines
599 B
Text
# API Configuration
|
|
# IMPORTANT: Use relative URLs for production (avoids mixed content errors with HTTPS)
|
|
REACT_APP_API_URL=/apac-ops-bot-back/api/v1
|
|
# For local development without proxy:
|
|
# REACT_APP_API_URL=http://localhost:8048/api/v1
|
|
|
|
# Azure AD / MSAL Configuration
|
|
REACT_APP_AZURE_CLIENT_ID=your-client-id-here
|
|
REACT_APP_AZURE_TENANT_ID=your-tenant-id-here
|
|
# For production, use your actual HTTPS URL:
|
|
# REACT_APP_AZURE_REDIRECT_URI=https://ai-sandbox.oliver.solutions/apac-ops-bot
|
|
REACT_APP_AZURE_REDIRECT_URI=http://localhost:3000
|
|
|
|
# Application Configuration
|
|
REACT_APP_NAME=Seapac Ops Bot
|