.env.toml

 1DATABASE_URL = "postgres://postgres@localhost/zed"
 2DATABASE_MAX_CONNECTIONS = 5
 3HTTP_PORT = 8080
 4API_TOKEN = "secret"
 5INVITE_LINK_PREFIX = "http://localhost:3000/invites/"
 6ZED_ENVIRONMENT = "development"
 7LIVE_KIT_SERVER = "http://localhost:7880"
 8LIVE_KIT_KEY = "devkey"
 9LIVE_KIT_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"
15
16# RUST_LOG=info
17# LOG_JSON=true