From a83ae1bff3d3ed8bb9867571b86c2bc1ea813b4e Mon Sep 17 00:00:00 2001 From: grumbulon Date: Sat, 4 Feb 2023 17:34:08 -0500 Subject: [PATCH] update sample config --- config.sample.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.sample.yaml b/config.sample.yaml index 94d008c..2875fb6 100644 --- a/config.sample.yaml +++ b/config.sample.yaml @@ -2,4 +2,5 @@ server: example.com # does nothing yet hashingsecret: PasswordHashingSecret port: 3008 # port the server runs on db: pomme.sqlite -testdb: test.sqlite \ No newline at end of file +testdb: test.sqlite +zonedir: /home/user/pomme/nds/pomme/zones \ No newline at end of file