mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 18:16:24 +05:00
Updated configuration files
This commit is contained in:
committed by
Dan Christian Bogos
parent
e8b736d608
commit
83fe98ada8
@@ -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
|
||||
@@ -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
|
||||
},
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user