mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-15 06:40:17 +00:00
49f760eeda
This PR updates the collab template to set the `LLM_DATABASE_MAX_CONNECTIONS` environment variable for the LLM service. Release Notes: - N/A
6 lines
170 B
Bash
6 lines
170 B
Bash
ZED_ENVIRONMENT=production
|
|
RUST_LOG=info
|
|
INVITE_LINK_PREFIX=https://zed.dev/invites/
|
|
AUTO_JOIN_CHANNEL_ID=283
|
|
DATABASE_MAX_CONNECTIONS=85
|
|
LLM_DATABASE_MAX_CONNECTIONS=25
|