
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
141 B
Text
4 lines
141 B
Text
db-uri = "postgres://postgres@localhost/zed"
|
|
server-port = 8081
|
|
jwt-secret = "the-postgrest-jwt-secret-for-authorization"
|
|
log-level = "info"
|