Update defaults.inc

This commit is contained in:
2025-06-01 20:10:33 -05:00
parent 7208496990
commit dbf127a7f2

View File

@@ -13,7 +13,7 @@ noheader=" gettsip-node get-crontabs get-crontab update report updatenodes runcm
mysqlcmd="mariadb --skip-ssl" mysqlcmd="mariadb --skip-ssl"
if [[ "${RNIP}" == "10.6.1"* ]]; then if [[ "${RNIP}" == "10.6.1"* ]]; then
mysqlcmd="mysql" mysqlcmd="mysql"
mysql_conn="-h ${NM_SINGLESRVR_IP['MYSQL']}" mysql_conn="-h "${NM_SINGLESRVR_IP['MYSQL']}
elif [ "${TAILSCALE}" == "true" ]; then elif [ "${TAILSCALE}" == "true" ]; then
nmip=${NM_NODEMANAGER_TS} nmip=${NM_NODEMANAGER_TS}
mysql_conn="-h 100.100.5.6 -P 3307" mysql_conn="-h 100.100.5.6 -P 3307"