diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2019-09-17 20:04:02 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2019-09-20 19:55:04 +0200 |
commit | c7b303fd466310d995481726189ef78c7fa4269a (patch) | |
tree | 4dc9cc749622c2b38e7b0bfd0b0e3daf7d864458 /samples/knot.sample.conf.in | |
parent | Merge branch 'load_journal_no_apply' into 'master' (diff) | |
download | knot-c7b303fd466310d995481726189ef78c7fa4269a.tar.xz knot-c7b303fd466310d995481726189ef78c7fa4269a.zip |
conf: move *-db* items from 'template' to new 'database' section
Diffstat (limited to 'samples/knot.sample.conf.in')
-rw-r--r-- | samples/knot.sample.conf.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/samples/knot.sample.conf.in b/samples/knot.sample.conf.in index 10302f958..6df291b7d 100644 --- a/samples/knot.sample.conf.in +++ b/samples/knot.sample.conf.in @@ -10,6 +10,9 @@ log: - target: syslog any: info +database: + storage: "@storage_dir@" + remote: # - id: slave # address: 192.168.1.1@53 |