-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env.production
23 lines (23 loc) · 1.17 KB
/
.env.production
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
VITE_SIGNALING_SERVER_URL=https://voip.green-api.com/
VITE_API_URL=https://api.green-api.com/
VITE_RTC_ICE_SERVERS='[
{
"urls": [
"stun:stun.l.google.com:19302",
"stun:stun1.l.google.com:19302",
"stun:stun2.l.google.com:19302",
"stun:stun3.l.google.com:19302",
"stun:stun3.l.google.com:19302",
"stun:stun4.l.google.com:19302",
"stun:stun.ekiga.net",
"stun:stun.stunprotocol.org:3478",
"stun:stun.voipbuster.com",
"stun:stun.voipstunt.com"
]
},
{
"urls": ["turn:89.169.146.190:3478?transport=udp", "turn:89.169.146.190:3478?transport=tcp"],
"username": "slonway",
"credential": "!Tha3Ohx9aewai4di!"
}
]'