Spaces:
Running
Running
| # API Token for the Indicateurs Territoriaux API | |
| # Get your token from the API provider | |
| INDICATEURS_TE_TOKEN=your_jwt_token_here | |
| # Base URL of the API (default: production) | |
| INDICATEURS_TE_BASE_URL=https://api.indicateurs.ecologie.gouv.fr | |
| # Cache refresh interval in seconds (default: 1 hour) | |
| CACHE_REFRESH_SECONDS=3600 | |