Skip to content

Commit

Permalink
Remove the test app id
Browse files Browse the repository at this point in the history
  • Loading branch information
praves77 authored Dec 16, 2024
1 parent 590590e commit ea8f6f4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions MoesifNet6Example/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"MoesifOptions": {
"IsMoesifEnabled": true,
"MyTag": "ILT_Org_PK_App",
"ApplicationId": "eyJhcHAiOiIyODU6NTY4IiwidmVyIjoiMi4xIiwib3JnIjoiNjQwOjEyOCIsImlhdCI6MTczMzAxMTIwMH0.L9S2iwcLjeBL-HC7mFFXZyJCgQV8QiBZ9GNbPiCMXGA",
"ApplicationId": "<Moesif-Application-Id>",
"LocalDebug": false,
"LogBody": false,
"RequestMaxBodySize": 100000,
Expand All @@ -23,4 +22,4 @@
},
"AllowedHosts": "*"
}


0 comments on commit ea8f6f4

Please sign in to comment.