You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deploy two PostgreSQL in two machine for high available, how to make Parse connect to the cluster? For example, 'mongodb://' + "10.43.159.58:9927,10.43.159.58:9928" + '/test?replicaSet=volunteer_test&readPreference=primaryPreferred, but PostgreSQL support this style?