Run postgrest as part of foreman
Co-authored-by: Mikayla <mikayla@zed.dev>
This commit is contained in:
parent
3910efe3ab
commit
dddd37f8a6
2 changed files with 6 additions and 1 deletions
4
crates/collab/admin_api.conf
Normal file
4
crates/collab/admin_api.conf
Normal file
|
@ -0,0 +1,4 @@
|
|||
db-uri = "postgres://postgres@localhost/zed"
|
||||
server-port = 8081
|
||||
jwt-secret = "the-postgrest-jwt-secret-for-authorization"
|
||||
log-level = "info"
|
Loading…
Add table
Add a link
Reference in a new issue