1 Commits

Author SHA1 Message Date
d83b13c093 Updated environment variable to be blank by default
All checks were successful
ci/woodpecker/tag/api_build Pipeline was successful
ci/woodpecker/tag/api_uploadimage Pipeline was successful
2024-04-07 20:36:11 -05:00

View File

@ -6,7 +6,7 @@ EXPOSE 80
EXPOSE 443 EXPOSE 443
# Set environment variables # Set environment variables
ENV ASPNETCORE_Environment=Development ENV ASPNETCORE_Environment=
ENV ASPNETCORE_Authentication__Auth0__ClientId= ENV ASPNETCORE_Authentication__Auth0__ClientId=
ENV ASPNETCORE_Authentication__Auth0__ClientSecret= ENV ASPNETCORE_Authentication__Auth0__ClientSecret=
ENV ASPNETCORE_Authentication__Auth0__Domain= ENV ASPNETCORE_Authentication__Auth0__Domain=