Skip to content

Commit

Permalink
Merge pull request #46 from City-of-Helsinki/enhancement/change_env_name
Browse files Browse the repository at this point in the history
Change env names to make them consistent
  • Loading branch information
aapris authored Oct 18, 2023
2 parents bcb72bc + 6f69cc5 commit e47238d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ services:
- ./mittaridatapumppu-endpoint:/home/app
- ./fvhiot-python/fvhiot:/home/app/fvhiot
environment:
DEVREG_ENDPOINTS_URL: "http://deviceregistry:8000/api/v1/hosts/localhost/"
DEVREG_API_TOKEN: "abcdef1234567890abcdef1234567890abcdef12"
ENDPOINT_CONFIG_URL: "http://deviceregistry:8000/api/v1/hosts/localhost/"
DEVICE_REGISTRY_TOKEN: "abcdef1234567890abcdef1234567890abcdef12"
KAFKA_BOOTSTRAP_SERVERS: "kafka:9092"
UVICORN_LOG_LEVEL: "debug"
UVICORN_RELOAD: "true"
Expand Down

0 comments on commit e47238d

Please sign in to comment.