From 7a1761f3fc447c7821a618b8e7ba80c1d9c5f654 Mon Sep 17 00:00:00 2001 From: lub Date: Sat, 21 Oct 2017 17:12:01 +0200 Subject: [PATCH] add databse to config.sample.yaml --- config.sample.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.sample.yaml b/config.sample.yaml index 0d17567..3908b0a 100644 --- a/config.sample.yaml +++ b/config.sample.yaml @@ -3,6 +3,8 @@ matrix: accesstoken: 't0ps3cr3t' userid: '@jd:example.org' +database: '/home/qwer/heimdall.db' + infrastructure: '/home/qwer/scripts' ssh: key: '/home/qwer/.ssh/id_rsa'