Skip to content

Commit

Permalink
fix duplications
Browse files Browse the repository at this point in the history
  • Loading branch information
pysarenko-bohdan committed Jun 11, 2024
1 parent ca0ff1b commit adfc033
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/cubejs-backend-shared/src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1659,12 +1659,6 @@ const variables: Record<string, (...args: any) => any> = {
redisRejectUnauthorized: () => get('CUBEJS_REDIS_REJECT_UNAUTHORIZED')
.asBool(),
//
dbSsl: () => get('CUBEJS_DB_SSL')
.default('false')
.asBoolStrict(),
dbSslRejectUnauthorized: () => get('CUBEJS_DB_SSL_REJECT_UNAUTHORIZED')
.default('false')
.asBoolStrict(),
nodeEnv: () => get('NODE_ENV')
.asString(),
cacheAndQueueDriver: () => get('CUBEJS_CACHE_AND_QUEUE_DRIVER')
Expand Down

0 comments on commit adfc033

Please sign in to comment.