RL-Project / .env.example
Shubham Sattigeri
fix: SSO dotenv path and auth routes
c5f36f3
Raw
History Blame Contribute Delete
273 Bytes
# Backend SSO configuration
SSO_DISCOVERY_URL=https://YOUR_SSO_PROVIDER/.well-known/openid-configuration
SSO_CLIENT_ID=your-client-id
SSO_CLIENT_SECRET=your-client-secret
SESSION_SECRET=replace-with-a-secure-secret
FRONTEND_URLS=http://localhost:5173,http://127.0.0.1:5173