|
|
|
@ -7,35 +7,35 @@ enablemultithreading = 0
|
|
|
|
|
jobservers = 127.0.0.1:4730
|
|
|
|
|
|
|
|
|
|
##NGCP MySQL connectivity - "accounting" db:
|
|
|
|
|
accounting_host = 192.168.174.130
|
|
|
|
|
accounting_host = 192.168.0.67
|
|
|
|
|
accounting_port = 3306
|
|
|
|
|
accounting_databasename = accounting
|
|
|
|
|
accounting_username = root
|
|
|
|
|
accounting_password =
|
|
|
|
|
|
|
|
|
|
##NGCP MySQL connectivity - "billing" db:
|
|
|
|
|
billing_host = 192.168.174.130
|
|
|
|
|
billing_host = 192.168.0.67
|
|
|
|
|
billing_port = 3306
|
|
|
|
|
billing_databasename = billing
|
|
|
|
|
billing_username = root
|
|
|
|
|
billing_password =
|
|
|
|
|
|
|
|
|
|
##NGCP MySQL connectivity - "provisioning" db:
|
|
|
|
|
provisioning_host = 192.168.174.130
|
|
|
|
|
provisioning_host = 192.168.0.67
|
|
|
|
|
provisioning_port = 3306
|
|
|
|
|
provisioning_databasename = provisioning
|
|
|
|
|
provisioning_username = root
|
|
|
|
|
provisioning_password =
|
|
|
|
|
|
|
|
|
|
##NGCP MySQL connectivity - "kamailio" db:
|
|
|
|
|
kamailio_host = 192.168.174.130
|
|
|
|
|
kamailio_host = 192.168.0.67
|
|
|
|
|
kamailio_port = 3306
|
|
|
|
|
kamailio_databasename = kamailio
|
|
|
|
|
kamailio_username = root
|
|
|
|
|
kamailio_password =
|
|
|
|
|
|
|
|
|
|
##NGCP MySQL connectivity - default db for distributed transactions (XA) to connect to:
|
|
|
|
|
xa_host = 192.168.174.130
|
|
|
|
|
xa_host = 192.168.0.67
|
|
|
|
|
xa_port = 3306
|
|
|
|
|
xa_databasename = ngcp
|
|
|
|
|
xa_username = root
|
|
|
|
|