Skip to content

Commit

Permalink
Merge pull request #22 from one-piece-team1/develop
Browse files Browse the repository at this point in the history
Stage Release
  • Loading branch information
libterty authored Apr 6, 2021
2 parents a4283cc + c2163fa commit 200d3a2
Show file tree
Hide file tree
Showing 18 changed files with 16,909 additions and 2,504 deletions.
6 changes: 6 additions & 0 deletions config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,11 @@ const configs = {
WSPORT: process.env.WSPORT || 84,
CORSORIGIN: corsWhiteLists(env),

JWT: {
KEY: process.env.JWTKEY || 'lib',
SECRET: process.env.JWTSECRET || 'lib',
},

EVENT_STORE_SETTINGS: {
protocol: process.env.EVENTSTOREPROTOCOL || 'http',
hostname: process.env.EVENTSTOREHOSTNAME || '0.0.0.0',
Expand All @@ -93,6 +98,7 @@ const configs = {
},
topics: {
chatTopic: process.env.KAFKA_CHAT_TOPIC || 'onepiece-topic-chat',
chatEventTopic: process.env.KAFKA_CHAT_EVENT_TOPIC || 'onepiece-topic-chat-event',
}
},

Expand Down
Loading

0 comments on commit 200d3a2

Please sign in to comment.