diff options
author | Georg Pfuetzenreuter | 2024-10-10 00:04:16 +0200 |
---|---|---|
committer | Georg Pfuetzenreuter | 2024-10-10 00:04:16 +0200 |
commit | dfe7deff72ec77f798efe243c1c22bb63c523040 (patch) | |
tree | 2e6a75f85583b04a7a19c54fade8e5ddb7cc44e6 /config.example.yaml | |
parent | e300f7137055a260c522fe546a75e528533cf812 (diff) | |
download | watbot-dfe7deff72ec77f798efe243c1c22bb63c523040.tar.gz watbot-dfe7deff72ec77f798efe243c1c22bb63c523040.tar.bz2 watbot-dfe7deff72ec77f798efe243c1c22bb63c523040.zip |
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 <mail@georg-pfuetzenreuter.net>
Diffstat (limited to 'config.example.yaml')
-rw-r--r-- | config.example.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
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 |