Apigateway/ApiGateway/Properties/launchSettings.json
2022-11-02 11:31:23 -05:00

31 lines
758 B
JSON

{
"profiles": {
"ApiGateway": {
"commandName": "Project",
"launchBrowser": false,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"MySecretKey": "_ll@v3Segur1d4d!123"
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:5042"
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
},
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:9939",
"sslPort": 0
}
}
}