22 lines
510 B
Smarty
22 lines
510 B
Smarty
# This is an example configuration file intended for use in development.
|
|
|
|
origin:
|
|
store_dir_path: /tmp/domani_dev_env/origin
|
|
domain:
|
|
store_dir_path: /tmp/domani_dev_env/domain
|
|
builtins:
|
|
domani-test.localhost:
|
|
kind: git
|
|
url: https://code.betamike.com/micropelago/domani.git
|
|
branch_name: main
|
|
add_path_prefix: static
|
|
public: true
|
|
service:
|
|
passphrase: foobar
|
|
primary_domain: localhost
|
|
dns_records:
|
|
- kind: A
|
|
addr: 127.0.0.1
|
|
- kind: AAAA
|
|
addr: ::1
|