File tree 1 file changed +11
-6
lines changed
1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -86,14 +86,19 @@ const configs = {
86
86
port : process . env . TRIPSERVERPORT || 7072
87
87
} ,
88
88
{
89
- name : process . env . ARTICLEERVER || 'one-piece-article' ,
90
- host : process . env . ARTICLEERVERHOST || '127.0.0.1' ,
91
- port : process . env . ARTICLEERVERPORT || 7073
89
+ name : process . env . ARTICLESERVER || 'one-piece-article' ,
90
+ host : process . env . ARTICLESERVERHOST || '127.0.0.1' ,
91
+ port : process . env . ARTICLESERVERPORT || 7073
92
92
} ,
93
93
{
94
- name : process . env . LOCATIONERVER || 'one-piece-location' ,
95
- host : process . env . LOCATIONERVERHOST || '127.0.0.1' ,
96
- port : process . env . LOCATIONERVERPORT || 7074
94
+ name : process . env . LOCATIONSERVER || 'one-piece-location' ,
95
+ host : process . env . LOCATIONSERVERHOST || '127.0.0.1' ,
96
+ port : process . env . LOCATIONSERVERPORT || 7074
97
+ } ,
98
+ {
99
+ name : process . env . CHATSERVER || 'one-piece-chat' ,
100
+ host : process . env . CHATSERVERHOST || '127.0.0.1' ,
101
+ port : process . env . CHATSERVERPORT || 7075
97
102
}
98
103
] ,
99
104
You can’t perform that action at this time.
0 commit comments