From dfe7deff72ec77f798efe243c1c22bb63c523040 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Thu, 10 Oct 2024 00:04:16 +0200 Subject: Configurable database path Allow the database file to reside in a user defined location instead of requiring it to be in the working directory. Signed-off-by: Georg Pfuetzenreuter --- config.example.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'config.example.yaml') diff --git a/config.example.yaml b/config.example.yaml index 02dc9dd..bc766ca 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -1,4 +1,5 @@ watbot: + database: wat.db # wat.db (in the working directory) is the default server: host: irc.casa # mandatory, no default port: 6697 -- cgit v1.2.3