aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-10-15 11:09:15 +0200
committermetamuffin <metamuffin@disroot.org>2023-10-15 11:09:15 +0200
commitc2f56de490704e3fd6e5d2633e03dab20cce33ff (patch)
treecaa6873ccb91388bb50e9bbbd189cfa642072830 /README.md
parenta07a29ef8f22a96b12f9777fc34c2554e6c201ab (diff)
downloadfastbangs-c2f56de490704e3fd6e5d2633e03dab20cce33ff.tar
fastbangs-c2f56de490704e3fd6e5d2633e03dab20cce33ff.tar.bz2
fastbangs-c2f56de490704e3fd6e5d2633e03dab20cce33ff.tar.zst
customizable database path
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index f2b1103..b37e6b6 100644
--- a/README.md
+++ b/README.md
@@ -19,6 +19,7 @@ If you go with environment variables, the following options are available:
- PORT: port to bind to. Default: 20546
- BIND\_ADDR: address to bind to. Default: any ipv4/ipv6 interface
- BASE\_URL: url of the deployed website, without trailing slash. Default: "http://localhost:20546"
+- DB\_PATH: path to the sqlite database used for storing bangs. Default: "banger.db"
- ADMIN\_USER: username for logging into the interface for accepting/rejecting bangs. Default: "bleb"
- ADMIN\_PW\_HASH: hash of the passwort used for logging in. Default: ""
- EMAIL\_CMD: path to an executable for sending emails. Will be called with the recipient, subject and body as command-line arguments. Default: ""