diff --git a/.env.production b/.env.production index b75a131..6e98582 100644 --- a/.env.production +++ b/.env.production @@ -1,3 +1,3 @@ PUBLIC_RELAY_SCHEME="https" PUBLIC_RELAY_HOST="relay.quic.video" -PUBLIC_DEMO_TOKEN="eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJwdWIiOm51bGwsInB1YiEiOm51bGwsInN1YiI6IiIsImV4cCI6bnVsbCwiaWF0IjpudWxsfQ.2BBh_PuO9o5--ZL8RQfc8T2nH__1QIr7E2RPa6Jq90A" +PUBLIC_DEMO_TOKEN="" diff --git a/infra/pub.yml.tpl b/infra/pub.yml.tpl index 474dac6..d584f93 100644 --- a/infra/pub.yml.tpl +++ b/infra/pub.yml.tpl @@ -20,7 +20,7 @@ write_files: -e REGION=${region} \ --entrypoint hang-bbb \ ${docker_image} \ - publish "https://relay.quic.video/demo/${demo_token}" + publish "https://relay.quic.video/demo/bbb.hang" ExecStop=docker stop hang-bbb diff --git a/infra/relay.yml.tpl b/infra/relay.yml.tpl index 3b825b6..9bfdf6f 100644 --- a/infra/relay.yml.tpl +++ b/infra/relay.yml.tpl @@ -80,10 +80,10 @@ write_files: token = "/etc/moq/root.jwk" [auth] - root = "/etc/moq/root.jwk" + key = "/etc/moq/root.jwk" - [auth.paths] - demo = "/etc/moq/demo.jwk" + [auth.path] + demo = "" anon = "" permissions: "0644"