Renamed call_url to http_post

This commit is contained in:
adragusin
2020-01-13 14:39:20 +02:00
parent 10e79a74d4
commit 26685b58df
12 changed files with 25 additions and 25 deletions

View File

@@ -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>