Skip to content

Commit

Permalink
fix(env): update PassageDatabaseCS to PASSAGE_DATABASE_CS
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroyukikumazawa authored and root committed Sep 9, 2024
1 parent e6a2b50 commit ef55b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/indexer/src/shared/utils/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const env = {
SentryServerName: process.env.SentryServerName,
HealthchecksEnabled: process.env.HealthchecksEnabled,
AKASH_DATABASE_CS: process.env.AKASH_DATABASE_CS,
PassageDatabaseCS: process.env.PassageDatabaseCS,
PASSAGE_DATABASE_CS: process.env.PASSAGE_DATABASE_CS,
JUNO_DATABASE_CS: process.env.JUNO_DATABASE_CS,
ACTIVE_CHAIN: process.env.ACTIVE_CHAIN,
KEEP_CACHE: process.env.KEEP_CACHE === "true",
Expand Down

0 comments on commit ef55b73

Please sign in to comment.