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" SEED_PATH = "crates/collab/seed.default.json" # RUST_LOG=info # LOG_JSON=true