user_settings_simple.yml 227 B

12345678910
  1. use_default_settings: True
  2. server:
  3. secret_key: "user_secret_key"
  4. bind_address: "0.0.0.0"
  5. default_http_headers:
  6. Custom-Header: Custom-Value
  7. result_proxy:
  8. url : https://localhost/morty
  9. key : "$ecretKey"