Skip to content

Commit

Permalink
config loadConfig no longer has DID or PRIVATE_KEY on it
Browse files Browse the repository at this point in the history
  • Loading branch information
gobengo committed Dec 9, 2022
1 parent a629263 commit 852951f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/access-api/src/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export function loadConfig(env) {
DEBUG: boolValue(vars.DEBUG),
ENV: parseRuntimeEnv(vars.ENV),

PRIVATE_KEY,
POSTMARK_TOKEN: vars.POSTMARK_TOKEN,
SENTRY_DSN: vars.SENTRY_DSN,
LOGTAIL_TOKEN: vars.LOGTAIL_TOKEN,
Expand All @@ -55,7 +54,6 @@ export function loadConfig(env) {
// eslint-disable-next-line no-undef
COMMITHASH: ACCOUNT_COMMITHASH,

DID,
signer,

// bindings
Expand Down

0 comments on commit 852951f

Please sign in to comment.