mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-26 10:40:54 +00:00
Set INVITE_LINK_PREFIX in K8s
This commit is contained in:
parent
d8dbbf1c05
commit
4b8f24c84e
3 changed files with 4 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
ZED_ENVIRONMENT=production
|
||||
RUST_LOG=info,rpc=debug
|
||||
INVITE_LINK_PREFIX=https://zed.dev/invites/
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
ZED_ENVIRONMENT=staging
|
||||
RUST_LOG=info,rpc=debug
|
||||
INVITE_LINK_PREFIX=https://staging.zed.dev/invites/
|
||||
|
|
|
@ -81,6 +81,8 @@ spec:
|
|||
secretKeyRef:
|
||||
name: api
|
||||
key: token
|
||||
- name: INVITE_LINK_PREFIX
|
||||
value: ${INVITE_LINK_PREFIX}
|
||||
- name: RUST_LOG
|
||||
value: ${RUST_LOG}
|
||||
- name: LOG_JSON
|
||||
|
|
Loading…
Reference in a new issue