cyberman/config.yml

36 lines
674 B
YAML
Raw Normal View History

2017-07-14 19:29:52 +02:00
appname: "cyberman"
layout: "main"
charset: "UTF-8"
auto_page: 1
2017-07-14 19:29:52 +02:00
2017-07-14 21:06:28 +02:00
template: "template_toolkit"
engines:
template:
template_toolkit:
start_tag: '<%'
end_tag: '%>'
2017-07-14 19:29:52 +02:00
plugins:
Database:
driver: 'SQLite'
dbname: 'db.sqlite'
log_queries: 1
2017-07-17 14:27:33 +02:00
2017-08-11 22:28:32 +02:00
tld: 'cyb'
2017-08-12 12:26:06 +02:00
reserved_domains:
# use lowercase please
- "opennic"
- "dns"
2017-08-12 12:26:06 +02:00
zonewriter:
# Values used for SOA
ns: 'ns12.opennic.glue'
responsible: 'hostmaster.opennic.cyb.'
file: '/var/nsd/zones/master/cyb'
include:
# Optionally, you can have the zonewriter include another file
# in the zone, which allows you to define some records manually
enabled: true
file: 'human_cyb'