Blame · Line-by-line history
.env.example
Each line is annotated with the commit that last touched it. Click any SHA to jump to that commit and see the surrounding change.
| 5c83ccc | 1 | # Gluecron Mobile App — Environment Variables |
| 2 | # Copy this file to .env and fill in values | |
| 3 | ||
| 4 | # Default Gluecron host URL (can be overridden in the app's Settings screen) | |
| 5 | EXPO_PUBLIC_DEFAULT_HOST=https://gluecron.com | |
| 6 | ||
| 7 | # EAS project ID (required for EAS Build) | |
| 8 | # EAS_PROJECT_ID=your-eas-project-id |