Update defaults.inc

This commit is contained in:
2025-06-14 23:26:56 -05:00
parent 29cc130a8f
commit bb13c56845

View File

@@ -20,7 +20,8 @@ if [[ "${RNIP}" == "10.6.1."* ]]; then
fi
elif [ "${TAILSCALE}" == "true" ]; then
nmip=${NM_NODEMANAGER_TS}
mysql_conn="-h 100.100.5.6 -P 3307"
mysql_conn="-h 100.100.5.6"
elif [ "${NM_NODEMANAGER}" != "" ]; then
nmip=${NM_NODEMANAGER}
mysql_conn="-h ${NM_SINGLESRVR_IP[MYSQL]} -P 3307"