mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 10:40:54 +00:00
eedb8ba59f
Co-Authored-By: Antonio Scandurra <me@as-cii.com>
9 lines
218 B
TOML
9 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
|