Skip to content

Commit

Permalink
update api keys
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-lam committed Oct 18, 2023
1 parent 89f6974 commit 5edce50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion location_service/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.11.4-buster
RUN pip install --upgrade cython pip

ENV DATABASE_URI=""
ENV AUTH_KEY="dev_user"
ENV AUTH_KEY=""

WORKDIR /usr/location_service

Expand Down

0 comments on commit 5edce50

Please sign in to comment.