Added it test_for sentrypeer filter

This commit is contained in:
gezimbll
2023-07-13 04:42:02 -04:00
committed by Dan Christian Bogos
parent ba20dbe831
commit 8ed7bdd060
10 changed files with 107 additions and 7 deletions

View File

@@ -111,4 +111,9 @@
"apiers_conns": ["*internal"]
}
// "sentrypeer":{
// "addr":"https://sentrypeer.com/api/",
// "token":"put token here",
// },
}

View File

@@ -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",
// },
}

View File

@@ -118,5 +118,9 @@
"apiers_conns": ["*internal"],
},
// "sentrypeer":{
// "addr":"https://sentrypeer.com/api/",
// "token":"put token here",
// },
}

View File

@@ -103,4 +103,9 @@
"apiers_conns": ["*internal"],
},
// "sentrypeer":{
// "addr":"https://sentrypeer.com/api/",
// "token":"put token here",
// },
}