Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
kengoldfarb committed May 2, 2023
1 parent 2874d7a commit 59fe9c0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/config/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ export default {
errors,
PORT: process.env.PORT ?? 1313,
API_URL: process.env.API_URL ?? 1313,
MEEM_DOMAIN:
process.env.MEEM_DOMAIN ?? process.env.NETWORK === 'rinkeby'
? 'https://dev.meem.wtf'
: 'https://meem.wtf',
MEEM_DOMAIN: process.env.MEEM_DOMAIN ?? 'https://app.meem.wtf',
SERVER_LISTENING: process.env.SERVER_LISTENING !== 'false',
SERVER_ADMIN_KEY: process.env.SERVER_ADMIN_KEY ?? 'xGugNAB2PEX4uY4sPF',
// JWT_SECRET:
Expand Down

0 comments on commit 59fe9c0

Please sign in to comment.