Adds SMTP4Dev and opens browser to HTTPs Umbraco
This commit is contained in:
@@ -38,6 +38,11 @@
|
|||||||
// This is used in the prebuilds - so dotnet build (nuget restore and node stuff) is done
|
// This is used in the prebuilds - so dotnet build (nuget restore and node stuff) is done
|
||||||
"updateContentCommand": "dotnet build umbraco.sln",
|
"updateContentCommand": "dotnet build umbraco.sln",
|
||||||
"portsAttributes": {
|
"portsAttributes": {
|
||||||
|
"5000": {
|
||||||
|
"label": "SMTP4Dev",
|
||||||
|
"protocol": "http",
|
||||||
|
"onAutoForward": "notify"
|
||||||
|
},
|
||||||
"9000": {
|
"9000": {
|
||||||
"label": "Umbraco HTTP",
|
"label": "Umbraco HTTP",
|
||||||
"protocol": "http",
|
"protocol": "http",
|
||||||
@@ -46,7 +51,7 @@
|
|||||||
"44331": {
|
"44331": {
|
||||||
"label": "Umbraco HTTPS",
|
"label": "Umbraco HTTPS",
|
||||||
"protocol": "https",
|
"protocol": "https",
|
||||||
"onAutoForward": "notify"
|
"onAutoForward": "openBrowser"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user