mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-24 16:48:45 +05:00
Renamed call_url to http_post
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
"rounding_decimals": *env:ROUND_DEC, // system level precision for floats
|
||||
"dbdata_encoding": "*env:DB_ENCODING", // encoding used to store object data in strings: <*msgpack|*json>
|
||||
"tpexport_dir": "*env:TP_EXPORT_DIR", // path towards export folder for offline Tariff Plans
|
||||
"poster_attempts": 3, // number of attempts before considering post request failed (eg: *call_url, CDR replication)
|
||||
"poster_attempts": 3, // number of attempts before considering post request failed (eg: *http_post, CDR replication)
|
||||
"failed_posts_dir": "*env:FAILED_POSTS_DIR", // directory path where we store failed requests
|
||||
"default_tenant": "*env:DF_TENANT", // default tenant to consider when missing from requests
|
||||
"default_timezone": "*env:TIMEZONE", // default timezone for timestamps where not specified <""|UTC|Local|$IANA_TZ_DB>
|
||||
|
||||
Reference in New Issue
Block a user