aboutsummaryrefslogtreecommitdiff
path: root/conf
blob: ff738eaaf2a85728e7caa9e9516c3513477a0045 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# hitokoto(1) configuration file
# This file is an environment file, so a restart is
# required to apply the changes.

# SQLite3 database for hitokoto(1) to read.
# It must be accessible to any users (--r).
# Run /usr/share/hitokoto/doc/init.sql to setup
# schema.
# Administrators can edit that file to manage
# quotes and sources.
# Any changes to the db is instantly reflected to
# hitokoto(1), so no restart is needed.
DB="/path/to/hitokoto.db"