Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1DATABASE_URL = "postgres://postgres@localhost/zed" 2HTTP_PORT = 8080 3API_TOKEN = "secret" 4INVITE_LINK_PREFIX = "http://localhost:3000/invites/" 5 6# HONEYCOMB_API_KEY= 7# HONEYCOMB_DATASET= 8# RUST_LOG=info 9# LOG_JSON=true