Skip to content

Commit d7dc80d

Browse files
authored
Merge pull request #11 from one-piece-team1/feat-chat
chore: fix typo and adding chat routing
2 parents 9c5fb40 + 210a5cd commit d7dc80d

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

config.ts

+11-6
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,19 @@ const configs = {
8686
port: process.env.TRIPSERVERPORT || 7072
8787
},
8888
{
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
9292
},
9393
{
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
97102
}
98103
],
99104

0 commit comments

Comments
 (0)