Closed jaskinn closed 9 years ago
Can anyone shed some light on what I need to do to correct this?
I'm attempting to deploy in own server environment (using mup), I assume I have misconfigured something.
This error was because in development I was using
Cluster.connect(<mongo url>)
And when deploying with 'mup', this is handled via environment variables.
"CLUSTER_DISCOVERY_URL": <mongo url>
Can anyone shed some light on what I need to do to correct this?
I'm attempting to deploy in own server environment (using mup), I assume I have misconfigured something.