Skip to content

Commit

Permalink
fix(pg-database): by default variable is not implemented (#848)
Browse files Browse the repository at this point in the history
  • Loading branch information
StanGirard committed Aug 4, 2023
1 parent eaa574d commit 69e2c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/core/models/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class BrainSettings(BaseSettings):
anthropic_api_key: str
supabase_url: str
supabase_service_key: str
pg_database_url: str
pg_database_url: str = "not implemented"
resend_api_key: str = "null"
resend_email_address: str = "brain@mail.quivr.app"

Expand Down

0 comments on commit 69e2c28

Please sign in to comment.