Fix llm queries (#16006)
Release Notes: - N/A --------- Co-authored-by: Marshall <marshall@zed.dev>
This commit is contained in:
parent
06625bfe94
commit
240b7c641c
4 changed files with 10 additions and 0 deletions
4
crates/collab/postgrest_app.conf
Normal file
4
crates/collab/postgrest_app.conf
Normal file
|
@ -0,0 +1,4 @@
|
|||
db-uri = "postgres://postgres@localhost/zed_llm"
|
||||
server-port = 8082
|
||||
jwt-secret = "the-postgrest-jwt-secret-for-authorization"
|
||||
log-level = "info"
|
Loading…
Add table
Add a link
Reference in a new issue