Secrets
Secrets
Never commit .env. Use .env.example as a template without real credentials.
| Variable | Purpose |
|---|---|
| APP_URL | Base URL for links and Finix callbacks |
| DB_* | MySQL connection |
| JWT_SECRET | JWT signing key |
| FINIX_SUBSCRIPTION_CHECK | When true, gates mutating company routes on active subscription |
| QUEUE_CONNECTION | sync locally; database/redis in production |
| BROADCAST_DRIVER | pusher for real-time |