Update defaults.inc
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user