mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-10 12:36:11 +00:00
c5bb032224
and some more clickhouse type mismatches, Co-Authored-By: Marshall <marshall@zed.dev> Release Notes: - N/A Co-authored-by: Marshall <marshall@zed.dev>
23 lines
721 B
TOML
23 lines
721 B
TOML
DATABASE_URL = "postgres://postgres@localhost/zed"
|
|
DATABASE_MAX_CONNECTIONS = 5
|
|
HTTP_PORT = 8080
|
|
API_TOKEN = "secret"
|
|
INVITE_LINK_PREFIX = "http://localhost:3000/invites/"
|
|
ZED_ENVIRONMENT = "development"
|
|
LIVE_KIT_SERVER = "http://localhost:7880"
|
|
LIVE_KIT_KEY = "devkey"
|
|
LIVE_KIT_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"
|
|
|
|
# CLICKHOUSE_URL = ""
|
|
# CLICKHOUSE_USER = "default"
|
|
# CLICKHOUSE_PASSWORD = ""
|
|
# CLICKHOUSE_DATABASE = "default"
|
|
|
|
# RUST_LOG=info
|
|
# LOG_JSON=true
|