aboutsummaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/conf b/conf
new file mode 100644
index 0000000..ff738ea
--- /dev/null
+++ b/conf
@@ -0,0 +1,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"