2023-08-02 17:49:07 -07:00
|
|
|
# Thumbnails directory. Defaults to "thumbs"
|
|
|
|
|
#THUMBS_DIR=thumbs
|
|
|
|
|
|
|
|
|
|
# HTML cache directory. Defaults to "cache"
|
|
|
|
|
#CACHE_DIR=cache
|
|
|
|
|
|
2023-08-02 18:40:45 -07:00
|
|
|
# Sqlite3 database path. Defaults to "bans.db"
|
|
|
|
|
#DB_SQLITE3_PATH=bans.db
|
|
|
|
|
|
2023-08-02 17:49:07 -07:00
|
|
|
# Domain name of the server
|
|
|
|
|
HTTP_DOMAIN=domain.com
|
2023-08-02 18:31:36 -07:00
|
|
|
|
|
|
|
|
# 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=/
|