From af040c0dd080814d552b6b5f103776db7a6ad02c Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <adhisimon@gmail.com> Date: Mon, 31 May 2021 15:01:18 +0700 Subject: [PATCH] CALLBACK-SENDER config --- config.sample.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/config.sample.json b/config.sample.json index b45b176..37f00c3 100644 --- a/config.sample.json +++ b/config.sample.json @@ -6,6 +6,7 @@ "listener": { "partner": { + "trust_proxy": ["loopback", "linklocal"], "port": 25614 }, "core": { @@ -13,6 +14,12 @@ } }, - "# cluster": "Diisi dengan boolean atau angka jumlah anak yang akan dibuat. Jika diisi boolean true, jumlah anak akan dihitung otomatis", + "callback_sender": { + "http_timeout_ms": 30000, + "sleep_before_retry_ms": 10000, + "max_retry": 10 + }, + + "# cluster": "Isi dengan boolean atau angka jumlah anak yang akan dibuat. Jika diisi boolean true, jumlah anak akan dihitung otomatis", "cluster": false } \ No newline at end of file -- 1.9.0