irc-netcore-api/IRaCIS.Core.API/Properties/launchSettings.json

21 lines
532 B
JSON

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"Test_Study": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Test_Study"
},
"applicationUrl": "http://localhost:6100"
},
"Uat_Study": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Uat_Study"
},
"applicationUrl": "http://localhost:6101"
}
}
}