File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ services:
7676 environment :
7777 - ASPNETCORE_ENVIRONMENT=Development
7878 - ASPNETCORE_URLS=https://+:443;http://+:80
79- - ASPNETCORE_Kestrel__Certificates__Default__Password=password
79+ - ASPNETCORE_Kestrel__Certificates__Default__Password=-\0pw-
8080 - ASPNETCORE_Kestrel__Certificates__Default__Path=/https/aspnetapp.pfx
8181 volumes :
8282 - ~/.aspnet/https:/https:ro
@@ -116,7 +116,7 @@ services:
116116 environment :
117117 - ASPNETCORE_ENVIRONMENT=Development
118118 - ASPNETCORE_URLS=https://+:443;http://+:80
119- - ASPNETCORE_Kestrel__Certificates__Default__Password=password
119+ - ASPNETCORE_Kestrel__Certificates__Default__Password=-\0pw-
120120 - ASPNETCORE_Kestrel__Certificates__Default__Path=/https/aspnetapp.pfx
121121 volumes :
122122 - ~/.aspnet/https:/https:ro
@@ -154,7 +154,7 @@ services:
154154 environment :
155155 - ASPNETCORE_ENVIRONMENT=Development
156156 - ASPNETCORE_URLS=https://+:443;http://+:80
157- - ASPNETCORE_Kestrel__Certificates__Default__Password=password
157+ - ASPNETCORE_Kestrel__Certificates__Default__Password=-\0pw-
158158 - ASPNETCORE_Kestrel__Certificates__Default__Path=C:\https\aspnetapp.pfx
159159 volumes :
160160 - ${USERPROFILE}\.aspnet\https:C:\https:ro
You can’t perform that action at this time.
0 commit comments