Apigateway/Microservicios/IntegradorBE/Properties/launchSettings.json

31 lines
824 B
JSON
Raw Normal View History

2023-09-01 09:19:18 -05:00
{
2022-11-02 11:31:23 -05:00
"profiles": {
"IntegradorBE": {
"commandName": "Project",
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"MySecretKey": "_ll@v3Segur1d4d!123"
2023-09-01 09:19:18 -05:00
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:7082;http://localhost:5082"
2022-11-02 11:31:23 -05:00
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
2023-09-01 09:19:18 -05:00
},
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:61372/",
"sslPort": 44333
}
2022-11-02 11:31:23 -05:00
}
2023-09-01 09:19:18 -05:00
}