fieldpoc/fieldpoc_config.json

22 lines
351 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-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"
}
}