Rename zed-server to collab
Over time, I think we may end up having multiple services, so it seems like a good opportunity to name this one more specifically while the cost is low. It just seems like naming it "zed" and "zed-server" leaves it a bit open ended.
This commit is contained in:
parent
17195e615e
commit
ab8204368c
124 changed files with 71 additions and 113 deletions
11
crates/collab/.env.template.toml
Normal file
11
crates/collab/.env.template.toml
Normal file
|
@ -0,0 +1,11 @@
|
|||
DATABASE_URL = "postgres://postgres@localhost/zed"
|
||||
SESSION_SECRET = "6E1GS6IQNOLIBKWMEVWF1AFO4H78KNU8"
|
||||
|
||||
HTTP_PORT = 8080
|
||||
|
||||
# Available at https://github.com/organizations/zed-industries/settings/apps/zed-local-development
|
||||
GITHUB_APP_ID = 115633
|
||||
GITHUB_CLIENT_ID = "Iv1.768076c9becc75c4"
|
||||
GITHUB_CLIENT_SECRET = ""
|
||||
GITHUB_PRIVATE_KEY = """\
|
||||
"""
|
Loading…
Add table
Add a link
Reference in a new issue