Add 6 files
All checks were successful
Test and Publish Templates / test-and-publish (push) Successful in 9s

This commit is contained in:
j
2026-01-26 21:20:19 +13:00
parent 300e614205
commit 026d0d38fe
3 changed files with 16 additions and 0 deletions

6
logserver/ports.sh Normal file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
source "${AGENT_PATH}/common.sh"
_check_required_env_vars "WEB_PORT" "LOKI_PORT"
echo "${WEB_PORT:-3000}"
echo "${LOKI_PORT:-3100}"