fieldpoc/fieldpoc_config.json

23 lines
403 B
JSON
Raw Normal View History

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