1DATABASE_URL = "postgres://postgres@localhost/zed"
2HTTP_PORT = 8080
3API_TOKEN = "secret"
4INVITE_LINK_PREFIX = "http://localhost:3000/invites/"
5LIVE_KIT_SERVER = "http://localhost:7880"
6LIVE_KIT_KEY = "devkey"
7LIVE_KIT_SECRET = "secret"
8
9# RUST_LOG=info
10# LOG_JSON=true