From ab9902ea021ba40dcd38ce7ebdb4e0331d214107 Mon Sep 17 00:00:00 2001
From: Adhidarma Hadiwinoto <adhisimon@gmail.com>
Date: Mon, 14 Jun 2021 15:11:39 +0700
Subject: [PATCH] Dump config sample

---
 config.sample.json | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/config.sample.json b/config.sample.json
index 69a9585..151bd2f 100644
--- a/config.sample.json
+++ b/config.sample.json
@@ -7,10 +7,12 @@
     "listener": {
         "partner": {
             "trust_proxy": ["loopback", "linklocal"],
-            "port": 25614
+            "port": 25614,
+            "dump": false
         },
         "core": {
-            "port": 25615
+            "port": 25615,
+            "dump": false
         },
         "apiserver": {
             "port": 25617,
-- 
1.9.0