Skip to content

Commit

Permalink
Use another env var for BC.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsegura committed Feb 7, 2025
1 parent ab0b645 commit fd183ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.dist
Original file line number Diff line number Diff line change
Expand Up @@ -132,5 +132,5 @@ CUBEJS_DUCKDB_S3_REGION=fr-fr
CUBEJS_DUCKDB_S3_ACCESS_KEY_ID=minio
CUBEJS_DUCKDB_S3_SECRET_ACCESS_KEY=coopcycle
CUBEJS_DUCKDB_S3_PATH=/images/exports/%type%
INSEE_API_KEY=
INSEE_PORTAIL_API_KEY=
STANDTRACK_API_KEY=
2 changes: 1 addition & 1 deletion app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ framework:
insee.client:
base_uri: "https://api.insee.fr/api-sirene/3.11/"
headers:
X-INSEE-Api-Key-Integration: '%env(INSEE_API_KEY)%'
X-INSEE-Api-Key-Integration: '%env(INSEE_PORTAIL_API_KEY)%'

# Twig Configuration
twig:
Expand Down

0 comments on commit fd183ba

Please sign in to comment.