Can't deploy to galaxy

HI,

when I deploy to galaxy all seems to work well but then when I go to the galaxy logs it says:

zff1
2016-03-02 10:34:01-06:00Error: MONGO_URL must be set in environment
zff1
2016-03-02 10:34:01-06:00 at Object.<anonymous> (packages/mongo/remote_collection_driver.js:36:1)
zff1
2016-03-02 10:34:01-06:00 at Object.defaultRemoteCollectionDriver (packages/underscore/underscore.js:750:1)
zff1
2016-03-02 10:34:01-06:00 at new Mongo.Collection (packages/mongo/collection.js:102:1)
zff1
2016-03-02 10:34:01-06:00 at AccountsServer.AccountsCommon (accounts_common.js:23:18)
zff1
2016-03-02 10:34:01-06:00 at new AccountsServer (accounts_server.js:16:5)
zff1
2016-03-02 10:34:01-06:00 at Package (globals_server.js:5:12)
zff1
2016-03-02 10:34:01-06:00 at /app/bundle/programs/server/packages/accounts-base.js:1814:4
zff1
2016-03-02 10:34:01-06:00 at /app/bundle/programs/server/packages/accounts-base.js:1825:3
zff1
2016-03-02 10:34:01-06:00 at /app/bundle/programs/server/boot.js:242:10
zff1
2016-03-02 10:34:01-06:00 at Array.forEach (native)
2ynk
2016-03-02 10:34:34-06:00
2ynk
2016-03-02 10:34:34-06:00/app/bundle/programs/server/node_modules/fibers/future.js:245
2ynk
2016-03-02 10:34:34-06:00	throw(ex);

and my settings.json is:

{
	"galaxy.metor.com": {
		"env": {
			"ROOT_URL": "http://www.adamhodara.com",
			"MONGO_URL": "mongodb://user:pasword@ds019808-a0.mlab.com:19808,ds019808-a1.mlab.com:19808/surflists?replicaSet=rs-ds019808",
			"MONOG_OPLOG_URL": "mongodb://oplog-reader:password@ds019808-a0.mlab.com:19808,ds019808-a1.mlab.com:19808/admin?replicaSet=rs-ds019808"
			}
		}
}

Any help?

thanks

Looks like a typo: “galaxy.meteor.com

1 Like

oups thanks, will redeploy now and see if this works

OK THAT WORKED!!! :slightly_smiling:

1 Like