mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-01 03:14:56 +07:00
This PR removes the seeding infrastructure from Collab. We're already set up to just-in-time create users in local development through Cloud. Also updated the liveness probe for the health endpoint to use a different query. Closes CLO-763. Release Notes: - N/A
18 lines
645 B
TOML
18 lines
645 B
TOML
DATABASE_URL = "postgres://postgres@localhost/zed"
|
|
# DATABASE_URL = "sqlite:////root/0/zed/db.sqlite3?mode=rwc"
|
|
DATABASE_MAX_CONNECTIONS = 5
|
|
HTTP_PORT = 8080
|
|
ZED_ENVIRONMENT = "development"
|
|
ZED_CLOUD_INTERNAL_API_KEY = "internal-api-key-secret"
|
|
LIVEKIT_SERVER = "http://localhost:7880"
|
|
LIVEKIT_KEY = "devkey"
|
|
LIVEKIT_SECRET = "secret"
|
|
BLOB_STORE_ACCESS_KEY = "the-blob-store-access-key"
|
|
BLOB_STORE_SECRET_KEY = "the-blob-store-secret-key"
|
|
BLOB_STORE_BUCKET = "the-extensions-bucket"
|
|
BLOB_STORE_URL = "http://127.0.0.1:9000"
|
|
BLOB_STORE_REGION = "the-region"
|
|
ZED_CLIENT_CHECKSUM_SEED = "development-checksum-seed"
|
|
|
|
# RUST_LOG=info
|
|
# LOG_JSON=true
|