Skip to content

Commit

Permalink
GQL-98: Removes default value for graphdbPath
Browse files Browse the repository at this point in the history
  • Loading branch information
macrouch committed Jan 2, 2025
1 parent 47d552c commit 2894da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdk/graphql/lib/graphql-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const environment = {
edlJwk: process.env.EDL_JWK!,
edlKeyId: process.env.EDL_KEY_ID!,
graphdbHost: process.env.GRAPHDB_HOST || 'http://localhost',
graphdbPath: process.env.GRAPHDB_PATH || 'gremlin',
graphdbPath: process.env.GRAPHDB_PATH!,
graphdbPort: process.env.GRAPHDB_PORT || '8182',
maxRetries: process.env.MAX_RETRIES || '1',
retryDelay: process.env.RETRY_DELAY || '1000',
Expand Down

0 comments on commit 2894da2

Please sign in to comment.