diff options
author | Lia Lenckowski <lialenck@protonmail.com> | 2023-10-15 18:22:22 +0200 |
---|---|---|
committer | Lia Lenckowski <lialenck@protonmail.com> | 2023-10-15 18:22:22 +0200 |
commit | c575a2d9fe9eab97c6af7d20c577b6ea6a0e72aa (patch) | |
tree | f6adda550f346bf90baaba56153ffe5ff45f0b23 /README.md | |
parent | 95149c9f252b4ee678b4d7b766c9c4830b548d07 (diff) | |
download | fastbangs-c575a2d9fe9eab97c6af7d20c577b6ea6a0e72aa.tar fastbangs-c575a2d9fe9eab97c6af7d20c577b6ea6a0e72aa.tar.bz2 fastbangs-c575a2d9fe9eab97c6af7d20c577b6ea6a0e72aa.tar.zst |
revert dumme sachen die eh nicht vollständig waren
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -19,7 +19,6 @@ 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: "" |