DocSpace-buildtools/common/services/ASC.Notify/Properties/launchSettings.json

29 lines
752 B
JSON
Raw Normal View History

2019-07-29 09:15:48 +00:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
2019-08-01 08:47:15 +00:00
"applicationUrl": "http://localhost:5005/",
2019-07-29 09:15:48 +00:00
"sslPort": 0
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
2019-08-01 08:47:15 +00:00
"launchBrowser": false,
2019-07-29 09:15:48 +00:00
"environmentVariables": {
2019-09-09 15:04:28 +00:00
"ASPNETCORE_ENVIRONMENT": "Development",
"$STORAGE_ROOT": "../../../../../../Data"
2019-07-29 09:15:48 +00:00
}
},
"ASC.Notify": {
"commandName": "Project",
2019-08-01 08:47:15 +00:00
"launchBrowser": false,
2019-07-29 09:15:48 +00:00
"environmentVariables": {
2019-09-09 15:04:28 +00:00
"ASPNETCORE_ENVIRONMENT": "Development",
"$STORAGE_ROOT": "../../../../../../Data"
2019-07-29 09:15:48 +00:00
},
2019-08-01 08:47:15 +00:00
"applicationUrl": "http://localhost:5005/"
2019-07-29 09:15:48 +00:00
}
}
}