Skip to content

Commit

Permalink
replace hamburg frost server url with priobike frost server mirror
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulPickhardt committed Nov 23, 2023
1 parent ccc181d commit 51f3e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ EXPOSE 8000
COPY . /code

# Define the FROST API from which we will fetch the things
ARG FROST_API=https://tld.iot.hamburg.de/v1.1
ARG FROST_API=https://priobike.vkw.tu-dresden.de/production/priobike-frost-mirror/FROST-Server/v1.1
ARG FROST_FILTER=%28Datastreams%2Fproperties%2FserviceName%20eq%20%27HH_STA_traffic_lights%27%29

ENV FROST_API=$FROST_API
Expand Down

0 comments on commit 51f3e3d

Please sign in to comment.