forked from mateogo/develar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdevelar-cloud.json
88 lines (88 loc) · 2.1 KB
/
develar-cloud.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"apps": [
{
"name": "picris",
"script" : "./bin/www",
"env": {
"NODE_ENV": "production",
"PORT": "8080",
"DBASE": "develar",
"SERVER": "http://picris.co",
"FAVICON": "favicon.ico",
"PUBLIC": "/www/picris"
}
},
{
"name": "masuno",
"script" : "./bin/www",
"env": {
"NODE_ENV": "production",
"PORT": "8081",
"DBASE": "masunodb",
"SERVER": "http://masuno.digital",
"FAVICON": "favicon.ico",
"PUBLIC": "/www/masuno"
}
},
{
"name": "develar",
"script" : "./bin/www",
"env": {
"NODE_ENV": "production",
"PORT": "8082",
"DBASE": "develardb",
"SERVER": "http://develar.co",
"FAVICON": "favicon.ico",
"PUBLIC": "/www/develar"
}
},
{
"name": "simplecomm",
"script" : "./bin/www",
"env": {
"NODE_ENV": "production",
"PORT": "8083",
"DBASE": "simplecommdb",
"SERVER": "http://simplecomm.com.ar",
"FAVICON": "favicon.ico",
"PUBLIC": "/www/simplecomm"
}
},
{
"name": "fundetec",
"script" : "./bin/www",
"env": {
"NODE_ENV": "production",
"PORT": "8084",
"DBASE": "fundetecdb",
"SERVER": "http://fundetec.digital",
"FAVICON": "favicon.ico",
"PUBLIC": "/www/fundetec"
}
},
{
"name": "lasargentinas",
"script" : "./bin/www",
"env": {
"NODE_ENV": "production",
"PORT": "8085",
"DBASE": "lasargentinasdb",
"SERVER": "http://lasargentinas.co",
"FAVICON": "favicon.ico",
"PUBLIC": "/www/lasargentinas"
}
},
{
"name": "utopias",
"script" : "./bin/www",
"env": {
"NODE_ENV": "production",
"PORT": "8086",
"DBASE": "utopiasdb",
"SERVER": "http://utopias.digital",
"FAVICON": "favicon.ico",
"PUBLIC": "/www/utopias"
}
}
]
}