This repository has been archived on 2023-09-06. You can view files and clone it, but cannot push or open issues or pull requests.
|
{
|
|
"app": {
|
|
"port": 80,
|
|
"audioVolume": 0.5,
|
|
"microVolume": 0.5
|
|
},
|
|
"sip": {
|
|
"mediaConstraints": {
|
|
"audio": true,
|
|
"video": false
|
|
},
|
|
"session_timers": false
|
|
},
|
|
"mysql": {
|
|
"host": "localhost",
|
|
"port": 3306,
|
|
"user": "",
|
|
"password": "",
|
|
"database": ""
|
|
}
|
|
} |