-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmup.prod.js
50 lines (46 loc) · 888 Bytes
/
mup.prod.js
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
module.exports = {
servers: {
snow2: {
host: '52.63.248.24',
"username": "ubuntu",
"pem": "./awskeys.pem",
}
},
meteor: {
name: 'color-sense',
path: '.',
dockerImage: 'abernix/meteord:base',
servers: {
snow2: {}
},
buildOptions: {
serverOnly: true,
},
env: {
ROOT_URL: 'https://www.ogecko.com',
},
//dockerImage: 'kadirahq/meteord'
deployCheckWaitTime: 60
},
proxy: {
domains: 'www.ogecko.com',
ssl: {
forceSSL: true,
// Enable let's encrypt to create free certificates
letsEncryptEmail: 'admin@ogecko.com'
},
shared: {
envLetsEncrypt: {
ACME_CA_URI: 'https://acme-staging.api.letsencrypt.org/directory',
DEBUG: true
}
}
},
mongo: {
oplog: true,
port: 27017,
servers: {
snow2: {},
},
},
};