mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-09 18:18:49 +00:00
12 lines
272 B
Bash
12 lines
272 B
Bash
# /etc/anubis/default.env
|
|
|
|
BIND=/shared/anubis.sock
|
|
BIND_NETWORK=unix
|
|
SOCKET_MODE=0666
|
|
DIFFICULTY=4
|
|
METRICS_BIND=:9090
|
|
COOKIE_DYNAMIC_DOMAIN=true
|
|
# address and port of the actual application (httpdebug container)
|
|
TARGET=http://httpdebug:3000
|
|
POLICY_FNAME=/cfg/anubis.yaml
|