mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
13 lines
330 B
TOML
13 lines
330 B
TOML
DATABASE_URL = "postgres://postgres@localhost/zed"
|
|
DATABASE_MAX_CONNECTIONS = 5
|
|
HTTP_PORT = 8080
|
|
API_TOKEN = "secret"
|
|
INVITE_LINK_PREFIX = "http://localhost:3000/invites/"
|
|
ZED_ENVIRONMENT = "development"
|
|
LIVE_KIT_SERVER = "http://localhost:7880"
|
|
LIVE_KIT_KEY = "devkey"
|
|
LIVE_KIT_SECRET = "secret"
|
|
|
|
# RUST_LOG=info
|
|
# LOG_JSON=true
|