
This PR adds two Postgrest containers—one for the app database and one for the LLM database—to the Docker Compose cluster. Also fixed an issue where `postgres_app.conf` and `postgres_llm.conf` had been switched. Release Notes: - N/A
4 lines
145 B
Text
4 lines
145 B
Text
db-uri = "postgres://postgres@localhost/zed_llm"
|
|
server-port = 8082
|
|
jwt-secret = "the-postgrest-jwt-secret-for-authorization"
|
|
log-level = "info"
|