mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 10:59:53 +00:00
12 lines
311 B
TOML
12 lines
311 B
TOML
DATABASE_URL = "postgres://postgres@localhost/zed"
|
|
HTTP_PORT = 8080
|
|
API_TOKEN = "secret"
|
|
INVITE_LINK_PREFIX = "http://localhost:3000/invites/"
|
|
LIVE_KIT_SERVER = "http://localhost:7880"
|
|
LIVE_KIT_KEY = "devkey"
|
|
LIVE_KIT_SECRET = "secret"
|
|
|
|
# HONEYCOMB_API_KEY=
|
|
# HONEYCOMB_DATASET=
|
|
# RUST_LOG=info
|
|
# LOG_JSON=true
|