mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
10 lines
218 B
TOML
10 lines
218 B
TOML
DATABASE_URL = "postgres://postgres@localhost/zed"
|
|
HTTP_PORT = 8080
|
|
API_TOKEN = "secret"
|
|
INVITE_LINK_PREFIX = "http://localhost:3000/invites/"
|
|
|
|
# HONEYCOMB_API_KEY=
|
|
# HONEYCOMB_DATASET=
|
|
# RUST_LOG=info
|
|
# LOG_JSON=true
|