chore: default to binding 0.0.0.0 and support binding IPv6 addresses.

This commit is contained in:
rustmailer
2026-01-14 00:27:31 +08:00
parent 82fb2a02bc
commit 97c3db3bd2
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ BICHON_ROOT_DIR=/data/bichon-data
# Enable API access token validation
BICHON_ENABLE_ACCESS_TOKEN=false
# IP address to bind the HTTP and gRPC servers to (default: ::)
# IP address to bind the HTTP servers to (default: 0.0.0.0)
BICHON_BIND_IP=
# Comma-separated list of allowed CORS origins (e.g. https://app.example.com)