Files
event-sourcing-jambo/source/Auth/Jambo.Auth.Infrastructure/Properties/launchSettings.json
Ivan Paulovich fc74b10766 Spliting projects
2017-12-21 15:59:03 -02:00

30 lines
698 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:15877/",
"sslPort": 0
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Jambo.Auth.Infrastructure": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:15878/"
}
}
}