mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Added it test_for sentrypeer filter
This commit is contained in:
committed by
Dan Christian Bogos
parent
ba20dbe831
commit
8ed7bdd060
@@ -111,4 +111,9 @@
|
||||
"apiers_conns": ["*internal"]
|
||||
}
|
||||
|
||||
// "sentrypeer":{
|
||||
// "addr":"https://sentrypeer.com/api/",
|
||||
// "token":"put token here",
|
||||
// },
|
||||
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
|
||||
"general": {
|
||||
"log_level": 7,
|
||||
"reply_timeout": "30s",
|
||||
"reply_timeout": "1h",
|
||||
},
|
||||
|
||||
|
||||
@@ -54,7 +54,7 @@
|
||||
"stats_conns": ["*localhost"],
|
||||
"resources_conns": ["*localhost"],
|
||||
"apiers_conns": ["*localhost"],
|
||||
//"indexed_selects": false,
|
||||
"indexed_selects": false,
|
||||
},
|
||||
|
||||
|
||||
@@ -127,5 +127,9 @@
|
||||
"apiers_conns": ["*internal"],
|
||||
},
|
||||
|
||||
// "sentrypeer":{
|
||||
// "addr":"https://sentrypeer.com/api/",
|
||||
// "token":"put token here",
|
||||
// },
|
||||
|
||||
}
|
||||
|
||||
@@ -118,5 +118,9 @@
|
||||
"apiers_conns": ["*internal"],
|
||||
},
|
||||
|
||||
// "sentrypeer":{
|
||||
// "addr":"https://sentrypeer.com/api/",
|
||||
// "token":"put token here",
|
||||
// },
|
||||
|
||||
}
|
||||
|
||||
@@ -103,4 +103,9 @@
|
||||
"apiers_conns": ["*internal"],
|
||||
},
|
||||
|
||||
// "sentrypeer":{
|
||||
// "addr":"https://sentrypeer.com/api/",
|
||||
// "token":"put token here",
|
||||
// },
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user