Added env toml so readme db instructions are correct
This commit is contained in:
parent
635805cd6f
commit
ee0e6a0109
2 changed files with 0 additions and 1 deletions
9
crates/collab/.env.toml
Normal file
9
crates/collab/.env.toml
Normal file
|
@ -0,0 +1,9 @@
|
|||
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
|
Loading…
Add table
Add a link
Reference in a new issue