Engine start order, improved logging, default config listening fix

This commit is contained in:
DanB
2014-01-23 18:19:03 +01:00
parent 70d0e0171c
commit ddeb13bcc4
2 changed files with 47 additions and 44 deletions

View File

@@ -24,9 +24,9 @@
# stordb_user = cgrates # Username to use when connecting to stordb.
# stordb_passwd = CGRateS.org # Password to use when connecting to stordb.
# dbdata_encoding = msgpack # The encoding used to store object data in strings: <msgpack|json>
# rpc_json_listen = "127.0.0.1:2012" # RPC JSON listening address
# rpc_gob_listen = "127.0.0.1:2013" # RPC GOB listening address
# http_listen = "127.0.0.1:2080" # HTTP listening address
# rpc_json_listen = 127.0.0.1:2012 # RPC JSON listening address
# rpc_gob_listen = 127.0.0.1:2013 # RPC GOB listening address
# http_listen = 127.0.0.1:2080 # HTTP listening address
# default_reqtype = rated # Default request type to consider when missing from requests: <""|prepaid|postpaid|pseudoprepaid|rated>.
# default_tor = call # Default Type of Record to consider when missing from requests.
# default_tenant = cgrates.org # Default Tenant to consider when missing from requests.