Skip to content

Commit

Permalink
json fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wrutkowski-xebia committed Mar 22, 2024
1 parent 12acdfe commit 139529b
Showing 1 changed file with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
"enabled": true,
"connection-string": "InstrumentationKey=884e5459-cfa3-496c-8881-ed96885d24e9;IngestionEndpoint=https://polandcentral-0.in.applicationinsights.azure.com/;LiveEndpoint=https://polandcentral.livediagnostics.monitor.azure.com/"
}
},
"entities": {
"Customer": {
"source": "SalesLT.Customer",
"permissions": [
{
"actions": [ "*" ],
"role": "anonymous"
}
]
}
}
},
"entities": {
"Customer": {
"source": "SalesLT.Customer",
"permissions": [
{
"actions": [ "*" ],
"role": "anonymous"
}
]
}
}
}
}

0 comments on commit 139529b

Please sign in to comment.