Skip to content

Commit

Permalink
use PROTOCOL only in web tier
Browse files Browse the repository at this point in the history
not needed in workers
  • Loading branch information
gmbronco committed Dec 1, 2023
1 parent 466fbe7 commit 7eed2d5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ export const schema = {
SENTRY_DSN: String,
SENTRY_AUTH_TOKEN: String,
AWS_REGION: String,
PROTOCOL: String,
PROTOCOL: {
optional: true,
type: String,
},
INFURA_API_KEY: {
optional: true,
type: String,
Expand Down

0 comments on commit 7eed2d5

Please sign in to comment.