Skip to content

Commit

Permalink
feat(nginx): Update storeRegionSecret env value in nginx Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Dec 25, 2023
1 parent 7216ae5 commit 15b3595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nginx/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ENV NGINX_DOCUMENT_ROOT=/data \

ENV storeApiPrefix="/api/v1" \
storeRegionPublic="p" \
storeRegionSecret="s" \
storeRegionSecret="secret" \
storeRegionAuthenticated="a" \
storeRegionSuperAdmin="sa" \
storeRegionPerUser="u" \
Expand Down

0 comments on commit 15b3595

Please sign in to comment.