-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathprocess.yml
39 lines (36 loc) · 1.26 KB
/
process.yml
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
apps:
- name: Modcolle
script: bin/www
watch: false
instances: 0
merge_logs: true
exec_mode: cluster_mode
env:
LOGGER_PRETTY: true
LOGGER_LEVEL: info
PORT: 5000
KANCOLLE_SERVER_MASTER: http://203.104.209.7
KANCOLLE_SERVER_1: http://203.104.209.71
KANCOLLE_SERVER_2: http://203.104.209.87
KANCOLLE_SERVER_3: http://125.6.184.16
KANCOLLE_SERVER_4: http://125.6.187.205
KANCOLLE_SERVER_5: http://125.6.187.229
KANCOLLE_SERVER_6: http://125.6.187.253
KANCOLLE_SERVER_7: http://125.6.188.25
KANCOLLE_SERVER_8: http://203.104.248.135
KANCOLLE_SERVER_9: http://125.6.189.7
KANCOLLE_SERVER_10: http://125.6.189.39
KANCOLLE_SERVER_11: http://125.6.189.71
KANCOLLE_SERVER_12: http://125.6.189.103
KANCOLLE_SERVER_13: http://125.6.189.135
KANCOLLE_SERVER_14: http://125.6.189.167
KANCOLLE_SERVER_15: http://125.6.189.215
KANCOLLE_SERVER_16: http://125.6.189.247
KANCOLLE_SERVER_17: http://203.104.209.23
KANCOLLE_SERVER_18: http://203.104.209.39
KANCOLLE_SERVER_19: http://203.104.209.55
KANCOLLE_SERVER_20: http://203.104.209.102
env_production:
NODE_ENV: production
PORT: 5000
LOGGER_PRETTY: false