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"
6ZED_ENVIRONMENT = "development"
7LIVEKIT_SERVER = "http://localhost:7880"
8LIVEKIT_KEY = "devkey"
9LIVEKIT_SECRET = "secret"
10BLOB_STORE_ACCESS_KEY = "the-blob-store-access-key"
11BLOB_STORE_SECRET_KEY = "the-blob-store-secret-key"
12BLOB_STORE_BUCKET = "the-extensions-bucket"
13BLOB_STORE_URL = "http://127.0.0.1:9000"
14BLOB_STORE_REGION = "the-region"
15ZED_CLIENT_CHECKSUM_SEED = "development-checksum-seed"
16SEED_PATH = "crates/collab/seed.default.json"
17
18# RUST_LOG=info
19# LOG_JSON=true