This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
zed
Watch
1
Star
0
Fork
You've already forked zed
0
mirror of
https://github.com/zed-industries/zed.git
synced
2024-12-28 11:29:25 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
10
9328bb0153
zed
/
crates
/
collab
/
k8s
/
environments
/
production.sh
4 lines
85 B
Bash
Raw
Normal View
History
Unescape
Escape
Add placeholder environment variables to our deploy We have the ability to define environment-specific environment variables, but don't current need it. This keeps these files in place while avoiding noise from running `export` with no args due to the files being empty. Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
2022-01-12 23:33:41 +00:00
ZED_ENVIRONMENT
=
production
Reduce log level on `collab` This is generating way too much data and doesn't seem very cost-effective to investigate the issues we've had with the stale contacts panel.
2022-06-08 07:06:13 +00:00
RUST_LOG
=
info
Set INVITE_LINK_PREFIX in K8s
2022-05-23 21:49:51 +00:00
INVITE_LINK_PREFIX
=
https://zed.dev/invites/
Reference in a new issue
Copy permalink