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

This commit is contained in:
2024-04-07 20:36:11 -05:00
parent 9fae3b978f
commit d83b13c093

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=