-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.env
26 lines (20 loc) · 732 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
#VideoWhisper WebRTC server: Configuration File
#Server
PORT=3000
CERTIFICATE= #/path/to/certificate/filenames (required for SSL)
#Authentication
STATIC_TOKEN=#Static token for authentication, leave blank to disable and use only accounts from MySQL
#MySQL: leave DB_HOST blank to disable (define static token instead)
DB_HOST=
DB_PORT=3306
DB_USER=
DB_PASSWORD=
DB_NAME=
#COTURN Server: leave blank if you don't use COTURN
COTURN_SERVER= #coturn.yourdomain.com:port
COTURN_USER=
COTURN_PASSWORD=
#API Key
API_KEY=#API Key for API calls, if not defined API will only work in development mode
#Experimental, Under Development
ENFORCE_SDP=#disabled by default, set to 1 to enable (enforce some parameters in offers and answers)