Advertisement
Guest User

Untitled

a guest
Feb 7th, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. {
  2. "servers": [
  3. {
  4. "host": "111.222.333.444",
  5. "username": "root",
  6. "password": "mypass"
  7. }
  8. ],
  9. "setupMongo": true,
  10. "setupNode": true,
  11. "nodeVersion": "0.10.40",
  12. "setupPhantom": false,
  13. "enableUploadProgressBar": true,
  14. "appName": "my-app",
  15. "app": "../my-app",
  16. "env": {
  17. "PORT": 3001,
  18. "ROOT_URL": "https://my.domain.com"
  19. },
  20. "ssl": {
  21. "pem": "./ssl.pem"
  22. },
  23. "deployCheckWaitTime": 15
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement