Files
mapo-core/MP-TAB-SERV/Properties/launchSettings.json
T
Samuele Locatelli c99d69491c TAB3:
- bozza sito core-server
2023-10-02 15:58:55 +02:00

29 lines
681 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:52632",
"sslPort": 44318
}
},
"profiles": {
"MP-TAB-SERV": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:7295;http://localhost:5189",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}