Created
January 10, 2016 03:19
-
-
Save gavinminami/c28d74429d7b0c543f95 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "servers": [ | |
| { | |
| "host": "gavinminami.com", | |
| "username": "ubuntu", | |
| "pem": "~/.ssh/gavin-meteor.pem" | |
| } | |
| ], | |
| "setupMongo": true, | |
| "setupNode": true, | |
| "nodeVersion": "0.10.40", | |
| "setupPhantom": true, | |
| "enableUploadProgressBar": true, | |
| "appName": "meteor", | |
| "app": "/Users/gavin/WebstormProjects/gavinminami", | |
| "env": { | |
| "ROOT_URL": "http://gavinminami.com" | |
| }, | |
| "deployCheckWaitTime": 15 | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment