DocSpace-client/common/services/ASC.Studio.Notify/Properties/launchSettings.json

29 lines
759 B
JSON
Raw Normal View History

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