Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"profiles": {
|
||||
"Tnb.EquipMgr.Entities": {
|
||||
"commandName": "Project",
|
||||
"launchBrowser": true,
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
},
|
||||
"applicationUrl": "https://localhost:50299;http://localhost:50300"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"profiles": {
|
||||
"Tnb.EquipMgr.Interfaces": {
|
||||
"commandName": "Project",
|
||||
"launchBrowser": true,
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
},
|
||||
"applicationUrl": "https://localhost:50303;http://localhost:50304"
|
||||
}
|
||||
}
|
||||
}
|
||||
12
EquipMgr/Tnb.EquipMgr/Properties/launchSettings.json
Normal file
12
EquipMgr/Tnb.EquipMgr/Properties/launchSettings.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"profiles": {
|
||||
"Tnb.EquipMgr": {
|
||||
"commandName": "Project",
|
||||
"launchBrowser": true,
|
||||
"environmentVariables": {
|
||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||
},
|
||||
"applicationUrl": "https://localhost:50301;http://localhost:50302"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user