Skip to content

Commit

Permalink
GQL-98: Adds missing env variables (#154)
Browse files Browse the repository at this point in the history
  • Loading branch information
macrouch authored Dec 30, 2024
1 parent 0d01af0 commit 18336e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cdk/graphql/lib/graphql-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ const environment = {
graphdbHost: process.env.GRAPHDB_HOST || 'http://localhost',
graphdbPath: process.env.GRAPHDB_PATH || 'gremlin',
graphdbPort: process.env.GRAPHDB_PORT || '8182',
maxRetries: process.env.MAX_RETRIES || '1',
retryDelay: process.env.RETRY_DELAY || '1000',
stellateAppName: process.env.STELLATE_APP_NAME!,
stellateKey: process.env.STELLATE_KEY!,
lambdaTimeout: process.env.LAMBDA_TIMEOUT || '30',
Expand Down

0 comments on commit 18336e0

Please # to comment.