# SecuBox board identity — single source of truth.
# Read by secubox-haproxy FastAPI at startup and by render scripts.
#
# Composed canonical admin URL:
#   https://admin.${SECUBOX_HOSTNAME}.${SECUBOX_DOMAIN_SUFFIX}/
#
# After editing, run:
#   curl -fsS -X POST --unix-socket /run/secubox/haproxy.sock \
#        http://localhost/webui/refresh
#   /usr/local/bin/secubox-render-nginx-webui
#   /usr/local/bin/secubox-haproxy-regen-safe

SECUBOX_HOSTNAME="gk2"
SECUBOX_DOMAIN_SUFFIX="secubox.in"
