config: Update 3 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 9s

This commit is contained in:
j
2026-01-27 18:41:18 +13:00
parent 04e1c7b8f7
commit 0c47dc47e5
3 changed files with 6 additions and 6 deletions

View File

@@ -8,6 +8,6 @@ _check_required_env_vars "WEB_PORT" "GELF_UDP_PORT" "GELF_TCP_PORT" "SYSLOG_UDP_
echo "${WEB_PORT:-9000}"
echo "${GELF_UDP_PORT:-12201}"
echo "${GELF_TCP_PORT:-12202}"
echo "${SYSLOG_UDP_PORT:-1514}"
echo "${SYSLOG_TCP_PORT:-1515}"
echo "${SYSLOG_UDP_PORT:-514}"
echo "${SYSLOG_TCP_PORT:-514}"
echo "${BEATS_PORT:-5044}"