mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-12 19:11:23 +03:00
7e411ae098
# Conflicts: # crates/collab/src/integration_tests.rs # crates/collab/src/main.rs # styles/src/styleTree/workspace.ts
11 lines
269 B
TOML
11 lines
269 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"
|
|
|
|
# RUST_LOG=info
|
|
# LOG_JSON=true
|