go-urlsh/examples/settings.env

13 lines
242 B
Bash
Raw Normal View History

2023-04-08 14:17:18 +02:00
# Address to bind to (e.g. 127.0.0.1, 0.0.0.0, [::])
# default: 127.0.0.1
BINDADDR=127.0.0.1
# Port to bind to
# default: 2345
PORT=2345
# List of trusted proxy IPs separated by colons
# default: 127.0.0.1,::1
TRUSTEDPROXIES=127.0.0.1,::1