mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-09 18:18:49 +00:00
* Add HAProxy docs * Add changes to Changelog * Add CodeBlock import to haproxy.mdc * Fix typos * Add exceptions to spelling
12 lines
290 B
Bash
12 lines
290 B
Bash
# /etc/anubis/default.env
|
|
|
|
BIND=/run/anubis/default.sock
|
|
BIND_NETWORK=unix
|
|
DIFFICULTY=4
|
|
METRICS_BIND=:9090
|
|
# target is irrelevant here, backend routing happens in HAProxy
|
|
TARGET=http://0.0.0.0
|
|
HS512_SECRET=<SECRET-HERE>
|
|
COOKIE_DYNAMIC_DOMAIN=True
|
|
POLICY_FNAME=/etc/anubis/challenge-any.yml
|