Skip to content

Commit ec6f48c

Browse files
committed
moar config updates
1 parent d023918 commit ec6f48c

2 files changed

Lines changed: 17 additions & 22 deletions

File tree

Lines changed: 17 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,41 @@
11
{
2-
"iisSettings": {
3-
"windowsAuthentication": false,
4-
"anonymousAuthentication": true,
5-
"iisExpress": {
6-
"applicationUrl": "https://localhost:5001/;http://*:5000/",
7-
"sslPort": 0
8-
}
9-
},
102
"profiles": {
113
"IIS Express": {
124
"commandName": "IISExpress",
135
"launchBrowser": true,
146
"environmentVariables": {
15-
"ASPNETCORE_ENVIRONMENT": "Development"
7+
"ASPNETCORE_ENVIRONMENT": "Development",
8+
"ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation"
169
}
1710
},
1811
"MyApp": {
1912
"commandName": "Project",
2013
"launchBrowser": true,
2114
"environmentVariables": {
22-
"ASPNETCORE_ENVIRONMENT": "Development"
15+
"ASPNETCORE_ENVIRONMENT": "Development",
16+
"ASPNETCORE_HOSTINGSTARTUPASSEMBLIES": "Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation"
2317
},
24-
"applicationUrl": "https://localhost:5001/;http://*:5000/"
18+
"applicationUrl": "https://localhost:5001/;http://localhost:5000/"
2519
},
2620
"Watch": {
2721
"commandName": "Executable",
2822
"executablePath": "dotnet",
29-
"workingDirectory": "$(ProjectDir)",
30-
"hotReloadEnabled": true,
31-
"hotReloadProfile" : "aspnetcore",
3223
"commandLineArgs": "watch run",
24+
"workingDirectory": "$(ProjectDir)",
3325
"launchBrowser": true,
3426
"environmentVariables": {
3527
"ASPNETCORE_ENVIRONMENT": "Development"
36-
}
28+
},
29+
"hotReloadEnabled": true,
30+
"hotReloadProfile": "aspnetcore"
31+
}
32+
},
33+
"iisSettings": {
34+
"windowsAuthentication": false,
35+
"anonymousAuthentication": true,
36+
"iisExpress": {
37+
"applicationUrl": "https://localhost:5001/;http://localhost:5000/",
38+
"sslPort": 0
3739
}
3840
}
3941
}

config/deploy.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@ env:
2222
servers:
2323
web:
2424
- 5.78.128.205
25-
options:
26-
publish:
27-
- "80:8080"
28-
# job:
29-
# hosts:
30-
# - 192.168.0.1
31-
# cmd: bin/jobs
3225

3326
# Enable SSL auto certification via Let's Encrypt (and allow for multiple apps on one server).
3427
proxy:

0 commit comments

Comments
 (0)