Skip to content

Commit e32237e

Browse files
committed
Update render.yaml
1 parent 535c41a commit e32237e

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

render.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@ services:
22
- type: web
33
name: livekit-server
44
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"
5+
buildCommand: |
6+
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
710
envVars:
811
- key: LIVEKIT_BIND
912
value: "0.0.0.0"

0 commit comments

Comments
 (0)