Updated environment variable to be blank by default
This commit is contained in:
@ -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=
|
||||||
|
|||||||
Reference in New Issue
Block a user