Add DB_SQLITE3_PATH config option

Rather than being hardcoded

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
This commit is contained in:
2023-08-02 18:40:45 -07:00
parent af3a8b9a1e
commit af3e14a7aa
3 changed files with 8 additions and 4 deletions

View File

@@ -4,6 +4,9 @@
# HTML cache directory. Defaults to "cache"
#CACHE_DIR=cache
# Sqlite3 database path. Defaults to "bans.db"
#DB_SQLITE3_PATH=bans.db
# Domain name of the server
HTTP_DOMAIN=domain.com