domani/.dev-config.yml

30 lines
558 B
YAML
Raw Normal View History

2023-07-09 14:09:00 +00:00
origin:
store_dir_path: /tmp/domani_dev_env/origin
domain:
store_dir_path: /tmp/domani_dev_env/domain
builtins:
foo:
kind: proxy
url: http://127.0.0.1:9000
request_http_headers:
- name: x-foo
value: BAR
- name: host
value: hi
- name: user-agent
value: ""
bar:
kind: git
url: a
branch_name: b
public: true
2023-07-09 14:09:00 +00:00
service:
http:
form_method: GET
2023-07-09 14:09:00 +00:00
passphrase: foobar
dns_records:
2023-07-15 17:41:11 +00:00
- kind: A
addr: 127.0.0.1
2023-07-15 17:41:11 +00:00
- kind: AAAA
2023-07-10 16:22:37 +00:00
addr: ::1