cfg: move failed_posts to ees, add static_ttl

This commit is contained in:
ionutboangiu
2025-10-24 17:41:53 +03:00
committed by Dan Christian Bogos
parent 082c412159
commit 295ddec792
45 changed files with 324 additions and 208 deletions

View File

@@ -34,4 +34,4 @@
},
],
}
}

View File

@@ -11,7 +11,6 @@
"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: *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>
"connect_attempts": 3, // initial server connect attempts
@@ -23,4 +22,4 @@
"digest_separator": ",",
"digest_equal": ":",
},
}
}