renamed exporter API key to EXPORTER_API_KEY (#252)

This commit is contained in:
Enola Knezevic 2024-12-06 11:27:38 +01:00 committed by GitHub
parent 122ff16bb1
commit 45aefd24e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -69,4 +69,4 @@ services:
focus:
environment:
EXPORTER_URL: "http://exporter:8092"
AUTH_HEADER: "${EXPORTER_API_KEY}"
EXPORTER_API_KEY: "${EXPORTER_API_KEY}"