Skip to main content

I noticed in the release notes of Indicium Universal 2020.2.7 this:

Implemented a setting to hide the /$metadata and /openapi endpoints

Is it something to consider when using the Universal GUI, and if it's possible, how is this setting enabled I'd like to expose as less as possible.

Hi René,

 

You can just include this piece of code in the appsettings.json file:
 

{
  "Logging": {
    "IncludeScopes": false,
    "LogLevel": {
      "Default": "Information",
      "System": "Information",
      "Microsoft": "Warning",
      "Indicium": "Debug"
    }
  },
  "HideMetaDataDocument": true,
  "MetaSourceConnection": {