Skip to content

Commit

Permalink
Add additional config options
Browse files Browse the repository at this point in the history
  • Loading branch information
Laurence Gill committed Jul 5, 2023
1 parent ae8cb2b commit ca23ce8
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
11 changes: 11 additions & 0 deletions charts/element-call/templates/config-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,16 @@ data:
"base_url": "{{ .Values.config.homeserver.base_url }}",
"server_name": "{{ .Values.config.homeserver.server_name }}"
}
},
"livekit": {
"server_url": "{{ .Values.config.livekit.server_url }}",
"jwt_service_url": "{{ .Values.config.livekit.jwt_service_url }}"
},
"posthog": {
"api_key": "{{ .Values.config.posthog.api_key }}",
"api_host": "{{ .Values.config.posthog.api_host }}"
},
"rageshake": {
"submit_url": "{{ .Values.config.rageshake.submit_url }}"
}
}
8 changes: 8 additions & 0 deletions charts/element-call/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,11 @@ config:
homeserver:
base_url: http://localhost:8008
server_name: localhost
livekit:
server_url: wss://localhost
jwt_service_url: https://localhost
posthog:
api_key:
api_host: https://localhost
rageshake:
submit_url:

0 comments on commit ca23ce8

Please sign in to comment.