We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 535c41a commit e32237eCopy full SHA for e32237e
1 file changed
render.yaml
@@ -2,8 +2,11 @@ services:
2
- type: web
3
name: livekit-server
4
runtime: go
5
- buildCommand: go build -o livekit ./cmd/server
6
- startCommand: ./livekit --config config.yaml --keys "APIkey_7k9mP2xQ8vN3wR5t: LKsec_9B4fH8jL2nM6pS1qW7eR3tY5uI0oA8, APIkey_3nV8bC4xF7mK9pL2: LKsec_6J9dN2vB5hG8kM3nQ7rT4wY1eP0sX"
+ buildCommand: |
+ go build -o livekit ./cmd/server
7
+ echo "APIkey_7k9mP2xQ8vN3wR5t: LKsec_9B4fH8jL2nM6pS1qW7eR3tY5uI0oA8" > keys.yaml
8
+ echo "APIkey_3nV8bC4xF7mK9pL2: LKsec_6J9dN2vB5hG8kM3nQ7rT4wY1eP0sX" >> keys.yaml
9
+ startCommand: ./livekit --config config.yaml --key-file keys.yaml
10
envVars:
11
- key: LIVEKIT_BIND
12
value: "0.0.0.0"
0 commit comments