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