Skip to content

Commit

Permalink
fix: invalid environment name (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
irmannmal committed Feb 24, 2023
1 parent 7338150 commit f2d5f06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ export const config = {
DOMAIN: process.env.DOMAIN ?? '',

MYRIAD_ADMIN_SUBSTRATE_MNEMONIC:
process.env.MYRIAD_ADMIN_MNEMONIC ??
process.env.MYRIAD_ADMIN_SUBSTRATE_MNEMONIC ??
'bottom drive obey lake curtain smoke basket hold race lonely fit walk//Alice',

MYRIAD_ADMIN_NEAR_MNEMONIC:
process.env.MYRIAD_ADMIN_MNEMONIC ??
process.env.MYRIAD_ADMIN_NEAR_MNEMONIC ??
'bottom drive obey lake curtain smoke basket hold race lonely fit walk',

JWT_TOKEN_SECRET_KEY: !process.env.JWT_TOKEN_SECRET_KEY
Expand Down

0 comments on commit f2d5f06

Please sign in to comment.