irc-netcore-api/IRC.Core.SCP/Properties/launchSettings.json

26 lines
670 B
JSON

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"Test_HIR_SCP": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "http://localhost:6200",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Test_HIR_SCP"
}
},
"Uat_HIR_SCP": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
"applicationUrl": "http://localhost:6200",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Uat_HIR_SCP"
}
}
}
}