github.com/RedHatInsights/insights-content-service@v1.0.0/config-devel.toml (about)

     1  [server]
     2  address = ":8082"
     3  api_prefix = "/api/v1/"
     4  api_spec_file = "openapi.json"
     5  
     6  [groups]
     7  path = "groups_config.yaml"
     8  
     9  [content]
    10  path = "rules-content"
    11  
    12  [metrics]
    13  namespace = "insights_content_service"
    14  
    15  [logging]
    16  debug = true