|
| 1 | +# Docker Environment Configuration |
| 2 | +# Copy this file to .env and configure for your environment |
| 3 | +# Docker Compose will automatically load this file |
| 4 | + |
| 5 | +# ============================================================ |
| 6 | +# Todo API Configuration |
| 7 | +# ============================================================ |
| 8 | +PORT=9443 |
| 9 | +NODE_ENV=production |
| 10 | + |
| 11 | +# PingOne Advanced Identity Cloud / PingAM Configuration |
| 12 | +AM_URL=https://your-instance.forgeblocks.com/am |
| 13 | +REALM_PATH=/alpha |
| 14 | +WEB_OAUTH_CLIENT=your-oauth-client-id |
| 15 | +DEBUGGER_OFF=false |
| 16 | + |
| 17 | +# ============================================================ |
| 18 | +# Frontend App Build Configuration |
| 19 | +# ============================================================ |
| 20 | +# These variables are baked into frontend builds at build time |
| 21 | +# If using .env for individual apps, place them in each app directory |
| 22 | +# Example: reactjs-todo/.env, angular-todo/.env, etc. |
| 23 | + |
| 24 | +# For PingOne AIC/AM apps: |
| 25 | +# SERVER_URL=https://your-instance.forgeblocks.com/am |
| 26 | +# REALM_PATH=/alpha |
| 27 | +# WEB_OAUTH_CLIENT=your-oauth-client-id |
| 28 | +# JOURNEY_LOGIN=Login |
| 29 | +# JOURNEY_REGISTER=Registration |
| 30 | +# DEBUGGER_OFF=false |
| 31 | +# APP_URL=https://localhost:8443 |
| 32 | +# API_URL=http://localhost:9443 |
| 33 | + |
| 34 | +# For PingOne DaVinci apps: |
| 35 | +# VITE_DAVINCI_URL=https://auth.pingone.com/<environment-id>/davinci/v1 |
| 36 | +# VITE_COMPANY_ID=your-company-id |
| 37 | +# VITE_API_KEY=your-api-key |
| 38 | +# VITE_POLICY_ID=your-policy-id |
0 commit comments