Files
chanbans/example.env
Alek Ratzloff af3e14a7aa Add DB_SQLITE3_PATH config option
Rather than being hardcoded

Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
2023-08-02 18:40:45 -07:00

16 lines
407 B
Bash

# Thumbnails directory. Defaults to "thumbs"
#THUMBS_DIR=thumbs
# 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
# Root of the HTTP server. Defaults to "/"
# If you host other things on your domain, you may want to update this to be "/bans" or something.
#HTTP_ROOT=/