You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
899 B
40 lines
899 B
##general settings:
|
|
#working_path = /var/sipwise
|
|
cpucount = 1
|
|
enablemultithreading = 1
|
|
|
|
##gearman/service listener config:
|
|
jobservers = 127.0.0.1:4730
|
|
|
|
##NGCP MySQL connectivity - "accounting" db:
|
|
accounting_host = 127.0.0.1
|
|
accounting_port = 3306
|
|
accounting_databasename = accounting
|
|
accounting_username = root
|
|
accounting_password =
|
|
|
|
##NGCP MySQL connectivity - "billing" db:
|
|
billing_host = 127.0.0.1
|
|
billing_port = 3306
|
|
billing_databasename = accounting
|
|
billing_username = root
|
|
billing_password =
|
|
|
|
##NGCP REST-API connectivity:
|
|
ngcprestapi_uri = https://127.0.0.1:443
|
|
ngcprestapi_username = administrator
|
|
ngcprestapi_password = administrator
|
|
ngcprestapi_realm = api_admin_http
|
|
|
|
##sending email:
|
|
emailenable = 0
|
|
erroremailrecipient =
|
|
warnemailrecipient =
|
|
completionemailrecipient = rkrenn@sipwise.com
|
|
successemailrecipient =
|
|
|
|
##logging:
|
|
fileloglevel = OFF
|
|
screenloglevel = INFO
|
|
emailloglevel = OFF
|