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 Nov 30, 2023
1 parent 096c48e commit 869decd
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 869decd

Please sign in to comment.