Skip to content

Instantly share code, notes, and snippets.

@c9s
Last active August 13, 2016 05:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save c9s/77e3b69d80c31e7a73e52542fce285c5 to your computer and use it in GitHub Desktop.
Save c9s/77e3b69d80c31e7a73e52542fce285c5 to your computer and use it in GitHub Desktop.
{
"sites":{
"staging": {
"servers": [{
"host": "",
"username": "",
"password": ""
}],
"env": {
"MAIL_URL":"smtp://support",
"MONGO_URL": "mongodb://",
"ROOT_URL": "http://"
}
},
"dev": {
"servers": [{
"host": "",
"username": "",
"password": ""
}],
"init": "systemd",
"env": {
"ROOT_URL": "http://dev.",
"MAIL_URL": "smtp://support",
"MONGO_URL": "mongodb://....",
"MONGO_OPLOG_URL": "mongodb://...."
}
}
},
"meteor": {
"env": { "PACKAGE_DIRS": "../private-packages" }
},
"setup": {
"mongo": false,
"node": "0.10.44",
"phantom": false
},
"enableUploadProgressBar": true,
"app": {
"name": "myapp",
"directory": "./app"
},
"deploy": { "checkDelay": 10 },
"plugins": [ ],
"env": {
"PORT": 80
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment