awesome-compose/aspnet-api-seq/api/Properties/launchSettings.json
Eduardo Silva 79917b1d73 create aspnet api with seq
This version added a compose application using:

* ASP.Net API Core
* Seq

Signed-off-by: Eduardo Silva <eduardo.lour.silva@gmail.com>
2022-04-13 17:54:28 -03:00

32 lines
801 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:47925",
"sslPort": 44378
}
},
"profiles": {
"api": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "https://localhost:7194;http://localhost:5052",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}