summaryrefslogtreecommitdiff
path: root/tests/unit/settings/user_settings_simple.yml
blob: bda4ac522bbeabac5ee4bf91310663460122dc64 (plain)
1
2
3
4
5
6
7
8
9
use_default_settings: true
server:
  secret_key: "user_secret_key"
  bind_address: "0.0.0.0"
  default_http_headers:
    Custom-Header: Custom-Value
result_proxy:
  url: https://localhost/morty
  key: "$ecretKey"