parse · analyze · redact · export as json / typescript / template · runs locally
| key | value | type |
|---|---|---|
| NODE_ENV | production | string |
| PORT | 3000 | number |
| APP_URL | https://example.com | string |
| DATABASE_URL | postgresql://user:pass@localhost/db | string |
| DB_POOL_SIZE | 10 | number |
| JWT_SECRET | ••••••••• | secret |
| API_KEY | ••••••••• | secret |
| AUTH_TOKEN | ••••••••• | secret |
| ENABLE_ANALYTICS | true | bool |
| DEBUG | false | bool |