diff --git a/data/conf/samples/tutmongo/cgrates.json b/data/conf/samples/tutmongo/cgrates.json index 0e50d9c17..406f01cf5 100644 --- a/data/conf/samples/tutmongo/cgrates.json +++ b/data/conf/samples/tutmongo/cgrates.json @@ -41,6 +41,9 @@ "users_conns": [ {"address": "*internal"} ], + "aliases_conns": [ + {"address": "*internal"} + ], }, "scheduler": { @@ -68,4 +71,9 @@ "indexes": ["Uuid"], // user profile field indexes }, +"aliases": { + "enabled": true, // starts Aliases service: . +}, + + } diff --git a/data/conf/samples/tutmysql/cgrates.json b/data/conf/samples/tutmysql/cgrates.json index 4efd3b29e..ff573c1b1 100644 --- a/data/conf/samples/tutmysql/cgrates.json +++ b/data/conf/samples/tutmysql/cgrates.json @@ -21,6 +21,9 @@ "users_conns": [ {"address": "*internal"} ], + "aliases_conns": [ + {"address": "*internal"} + ], }, "scheduler": { @@ -57,6 +60,10 @@ "historys": { "enabled": true, -} +}, + +"aliases": { + "enabled": true, // starts Aliases service: . +}, } diff --git a/data/conf/samples/tutpostgres/cgrates.json b/data/conf/samples/tutpostgres/cgrates.json index 7f60b4b5d..0cdebff89 100644 --- a/data/conf/samples/tutpostgres/cgrates.json +++ b/data/conf/samples/tutpostgres/cgrates.json @@ -26,6 +26,9 @@ "users_conns": [ {"address": "*internal"} ], + "aliases_conns": [ + {"address": "*internal"} + ], }, "scheduler": { @@ -53,4 +56,9 @@ "indexes": ["Uuid"], // user profile field indexes }, +"aliases": { + "enabled": true, // starts Aliases service: . +}, + + } diff --git a/glide.lock b/glide.lock index 1d68c331e..ae6a76e85 100644 --- a/glide.lock +++ b/glide.lock @@ -16,7 +16,7 @@ imports: - name: github.com/cgrates/osipsdagram version: 3d6beed663452471dec3ca194137a30d379d9e8f - name: github.com/cgrates/rpcclient - version: d3afefac5d22454496c05e42e9458ed46ce3ae11 + version: 75134dcad8238f8bc8b8d61b37aecf89cf8db797 - name: github.com/ChrisTrenkamp/goxpath version: 4aad8d0161aae7d17df4755d2c1e86cd1fcaaab6 subpackages: