using HA trading-calendar and config service

This commit is contained in:
2025-02-03 15:31:34 -05:00
parent d5e1f0a446
commit 9f789738e9
20 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ get_user_hosts() {
local User=${1}
local Domain=${2}
Cmd="curl -s http://cloud23.cvtt.vpn:6789/admin/cvtt_hosts"
Cmd="curl -s http://cloud16.cvtt.vpn:6789/admin/cvtt_hosts"
Cmd="${Cmd} | ${HOME}/bin/hjson -j"
Cmd="${Cmd} | jq -r"
Cmd="${Cmd} --arg domain \"${Domain}\""