Files
Aaru.Server/DiscImageChef.Server/Properties/launchSettings.json

28 lines
637 B
JSON
Raw Normal View History

2019-11-02 21:01:25 +00:00
{
"iisSettings": {
2019-11-02 22:57:53 +00:00
"windowsAuthentication": false,
"anonymousAuthentication": true,
2019-11-02 21:01:25 +00:00
"iisExpress": {
"applicationUrl": "http://localhost:62005",
"sslPort": 44393
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"DiscImageChef.Server": {
"commandName": "Project",
"launchBrowser": true,
2019-11-02 22:57:53 +00:00
"applicationUrl": "http://localhost:5000",
2019-11-02 21:01:25 +00:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}