fieldpoc/fieldpoc_config.json

28 lines
510 B
JSON
Raw Permalink Normal View History

{
"extensions": {
"file": "fieldpoc_extensions.json"
},
2022-06-25 17:03:13 +02:00
"controller": {
"host": "127.0.0.1",
"port": 9437
},
"dect": {
"enabled": false,
2022-07-06 14:04:13 +02:00
"host": "10.222.222.11",
"username": "omm",
2022-09-02 20:43:58 +02:00
"password": "xxx",
2022-07-20 23:39:58 +02:00
"sipsecret": "51df84aace052b0e75b8c1da5a6da9e2"
2022-07-06 13:05:06 +02:00
},
"yate": {
"enabled": false,
2022-07-06 13:05:06 +02:00
"host": "127.0.0.1",
"port": 5039
},
"database": {
"hostname": "127.0.0.1",
"username": "fieldpoc",
"password": "fieldpoc",
"database": "fieldpoc"
}
}