launch, task and appSettings updates

This commit is contained in:
2023-01-15 16:28:38 -07:00
parent 8be8daaa3c
commit f69a937b1f
6 changed files with 87 additions and 58 deletions

View File

@ -1,6 +1,6 @@
{
"ApiUrl": "https://localhost:7130",
"MonAResource": "Asdf_Asdf_EC",
"IsDevelopment": true,
"IsStaging": false
"IsStaging": false,
"MonAResource": "Asdf_Asdf_EC"
}

View File

@ -1,8 +1,8 @@
{
"ApiUrl": "http://localhost:50199",
"Company": "Infineon Technologies Americas Corp.",
"MonAResource": "Asdf_Asdf_EC",
"MonASite": "auc",
"IsDevelopment": false,
"IsStaging": false
"IsStaging": false,
"MonAResource": "Asdf_Asdf_EC",
"MonASite": "auc"
}