~bigbes/huntsman

huntsman/config.example.yaml -rw-r--r-- 456 bytes
766fa805 — Eugene Blikh Add BSD 2-Clause license 6 days ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
server:
  host: "0.0.0.0"
  port: 8080
  read_timeout: 15s
  write_timeout: 15s
  # Externally-visible URL of this service. Used in OpenSearch description
  # XML so browsers know where to fetch the search template from.
  public_url: "http://localhost:8080"

log:
  level: info   # debug, info, warn, error
  format: human # human, json

search:
  # Provider used when the query has no recognized prefix.
  # One of: ud, gh, steam.
  default_provider: gh