mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-12 02:26:26 +05:00
29 lines
468 B
INI
29 lines
468 B
INI
# 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
|