Spaces:
Running
Running
File size: 321 Bytes
bad6218 | 1 2 3 4 5 6 7 8 9 10 | # 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
|