-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmup.json
30 lines (26 loc) · 836 Bytes
/
mup.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
//server authentication info
"servers": [
{
"host": "107.170.13.142",
"username": "rafael",
"password": "rafafa!@$"
//or pem file (ssh based authentication)
//"pem": "~/.ssh/id_rsa"
}
],
//install MongoDB in the server
"setupMongo": false,
//location of app (local directory)
"app": "/Users/rafael/Nitrous/sallesnitro/nio1",
//configure environmental
"env": {
"PORT": 80,
"ROOT_URL": "http://ava.sallespro.com.br",
"MONGO_URL": "mongodb://ava.sallespro.com.br:27017/nio1",
"MAIL_URL": "smtp://postmaster%40cativesallespromanager.mailgun.org:[email protected]:587"
},
//meteor-up checks if the app comes online just after the deployment
//before mup checks that, it will wait for no. of seconds configured below
"deployCheckWaitTime": 15
}