Skip to content

Commit b16f550

Browse files
committed
chore(site): rename turn envs
1 parent e355b4d commit b16f550

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

site/context/wush.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ const iceServers = [
88
{
99
urls: "stun:stun.l.google.com:19302",
1010
},
11-
...(process.env.NEXT_PUBLIC_TURN_SERVER_URL
11+
...(process.env.PUBLIC_TURN_SERVER_URL
1212
? [
1313
{
14-
urls: process.env.NEXT_PUBLIC_TURN_SERVER_URL,
15-
username: process.env.NEXT_PUBLIC_TURN_USERNAME ?? "",
16-
credential: process.env.NEXT_PUBLIC_TURN_CREDENTIAL ?? "",
14+
urls: process.env.PUBLIC_TURN_SERVER_URL,
15+
username: process.env.PUBLIC_TURN_USERNAME ?? "",
16+
credential: process.env.PUBLIC_TURN_CREDENTIAL ?? "",
1717
},
1818
]
1919
: []),

0 commit comments

Comments
 (0)