Skip to content

Commit

Permalink
Use stage switched mongodb uri
Browse files Browse the repository at this point in the history
  • Loading branch information
akfreas committed Jan 10, 2024
1 parent d833513 commit c636490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tangential/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ provider:
updateProjectAnalysisStatusQueueUrl: ${self:custom.updateProjectAnalysisStatusQueueUrl.${self:provider.stage}, self:custom.updateProjectAnalysisStatusQueueUrl.remote}
textReportGenerationQueueUrl: ${self:custom.textReportGenerationQueueUrl.${self:provider.stage}, self:custom.textReportGenerationQueueUrl.remote}
OPENAI_API_KEY: ${env:OPENAI_API_KEY}
MONGODB_URI: ${env:MONGODB_URI}
MONGODB_URI: ${env:MONGODB_URI_${self:provider.stage}}
MONGODB_DATABASE: tangential-${opt:stage}

httpApi:
Expand Down

0 comments on commit c636490

Please sign in to comment.