diff --git a/data/conf/samples/cgrloaderconfig/cgr-loader.cfg b/data/conf/samples/cgrloaderconfig/cgr-loader.cfg deleted file mode 100644 index 877794d09..000000000 --- a/data/conf/samples/cgrloaderconfig/cgr-loader.cfg +++ /dev/null @@ -1,28 +0,0 @@ -# cgr-loader configuration file - -[general] - dbdata_encoding = json - tpid = - data_path = ./ - rpc_encoding = json - rals_address = 127.0.0.1:2012 - runid = - load_history_size = 10 - timezone = Local - disable_reverse = false - -[data_db] - db_type = redis - db_host = 127.0.0.1 - db_port = 6379 - db_name = 10 - db_user = cgrates - db_password = CGRateS - -[stor_db] - db_type = mysql - db_host = 127.0.0.1 - db_port = 3306 - db_name = cgrates - db_user = cgrates - db_password = CGRateS diff --git a/data/conf/samples/mongoreplica/cgrates.json b/data/conf/samples/mongoreplica/cgrates.json index b35c06e9f..65ebe9793 100755 --- a/data/conf/samples/mongoreplica/cgrates.json +++ b/data/conf/samples/mongoreplica/cgrates.json @@ -22,7 +22,6 @@ "db_name": "teoOnline?replicaSet=rs0&authSource=admin", "db_user": "cgrates", // username to use when connecting to data_db "db_password": "CGRateS.org", // password to use when connecting to data_db - "load_history_size": 10, // Number of records in the load history }, diff --git a/docs/architecture.rst b/docs/architecture.rst index b9e1242c2..1602d8252 100644 --- a/docs/architecture.rst +++ b/docs/architecture.rst @@ -358,8 +358,6 @@ Can be used to: Flush the database before importing -from_stordb Load the tariff plan from storDb to dataDb - -load_history_size int - Limit the number of records in the load history (default 10) -migrate_rc8 string Migrate Accounts, Actions, ActionTriggers, DerivedChargers, ActionPlans and SharedGroups to RC8 structures, possible values: *all,acc,atr,act,dcs,apl,shg -path string @@ -450,8 +448,6 @@ Command line stress testing tool. The destination to use in queries. (default "1002") -json Use JSON RPC - -load_history_size int - Limit the number of records in the load history (default 10) -memprofile string write memory profile to this file -parallel int @@ -493,8 +489,6 @@ Command line migration tool. The encoding used to store object data in strings (default "msgpack") -dry_run When true will not save loaded data to dataDb but just parse it for consistency and errors.(default "false") - -load_history_size int - Limit the number of records in the load history (default 10) -migrate string Fire up automatic migration *to use multiple values use ',' as separator <*set_versions|*cost_details|*accounts|*actions|*action_triggers|*action_plans|*shared_groups> @@ -512,8 +506,6 @@ Command line migration tool. The DataDb user to sign in as. (default "cgrates") -old_dbdata_encoding string The encoding used to store object data in strings - -old_load_history_size int - Limit the number of records in the load history -old_stordb_host string The storDb host to connect to. (default "192.168.100.40") -old_stordb_name string