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.
vn-softphone/config/datasources.json

21 lines
404 B
JSON

{
"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": ""
}
}