.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"
10
11# RUST_LOG=info
12# LOG_JSON=true