Add integration test routes with Account RateProfile combination

This commit is contained in:
TeoV
2020-11-19 17:03:12 +02:00
committed by Dan Christian Bogos
parent 5d437a9631
commit 58e00909c7
5 changed files with 223 additions and 0 deletions

View File

@@ -37,6 +37,7 @@
"routes": {
"enabled": true,
"rals_conns": ["*internal"],
"rates_conns": ["*internal"],
},

View File

@@ -39,6 +39,7 @@
"routes": {
"enabled": true,
"rals_conns": ["*internal"],
"rates_conns": ["*internal"],
},

View File

@@ -39,6 +39,7 @@
"routes": {
"enabled": true,
"rals_conns": ["*internal"],
"rates_conns": ["*internal"]
},