1DATABASE_URL = "postgres://postgres@localhost/zed"
 2# DATABASE_URL = "sqlite:////root/0/zed/db.sqlite3?mode=rwc"
 3DATABASE_MAX_CONNECTIONS = 5
 4HTTP_PORT = 8080
 5API_TOKEN = "secret"
 6INVITE_LINK_PREFIX = "http://localhost:3000/invites/"
 7ZED_ENVIRONMENT = "development"
 8LIVEKIT_SERVER = "http://localhost:7880"
 9LIVEKIT_KEY = "devkey"
10LIVEKIT_SECRET = "secret"
11BLOB_STORE_ACCESS_KEY = "the-blob-store-access-key"
12BLOB_STORE_SECRET_KEY = "the-blob-store-secret-key"
13BLOB_STORE_BUCKET = "the-extensions-bucket"
14BLOB_STORE_URL = "http://127.0.0.1:9000"
15BLOB_STORE_REGION = "the-region"
16ZED_CLIENT_CHECKSUM_SEED = "development-checksum-seed"
17SEED_PATH = "crates/collab/seed.default.json"
18LLM_DATABASE_URL = "postgres://postgres@localhost/zed_llm"
19LLM_DATABASE_MAX_CONNECTIONS = 5
20LLM_API_SECRET = "llm-secret"
21OPENAI_API_KEY = "llm-secret"
22
23# RUST_LOG=info
24# LOG_JSON=true