From 88519c0724d92c95727cb4d40f1ad32091d88d13 Mon Sep 17 00:00:00 2001 From: Mostafa Moradian Date: Fri, 6 Jan 2023 16:17:46 +0100 Subject: [PATCH] Fix wrong config directive and remove unnecessary comments --- gatewayd.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gatewayd.yaml b/gatewayd.yaml index bfd23b31..625a611c 100644 --- a/gatewayd.yaml +++ b/gatewayd.yaml @@ -1,7 +1,6 @@ # Gatewayd config # This file is used to configure the gatewayd daemon. -# Loggers config loggers: default: output: "console" # stdout, stderr, file or console @@ -22,14 +21,12 @@ clients: # receiveDeadline: 0ms # duration, 0ms/0s means no deadline # sendDeadline: 0ms # duration, 0ms/0s means no deadline -# Pool config -pool: +pools: default: size: 10 # Database configs for the connection pool client: clients.default -# Proxy config proxy: default: # Use the logger config passed here