Skip to content

Commit 88519c0

Browse files
committed
Fix wrong config directive and remove unnecessary comments
1 parent 6cb0d5f commit 88519c0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

gatewayd.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
# Gatewayd config
22
# This file is used to configure the gatewayd daemon.
33

4-
# Loggers config
54
loggers:
65
default:
76
output: "console" # stdout, stderr, file or console
@@ -22,14 +21,12 @@ clients:
2221
# receiveDeadline: 0ms # duration, 0ms/0s means no deadline
2322
# sendDeadline: 0ms # duration, 0ms/0s means no deadline
2423

25-
# Pool config
26-
pool:
24+
pools:
2725
default:
2826
size: 10
2927
# Database configs for the connection pool
3028
client: clients.default
3129

32-
# Proxy config
3330
proxy:
3431
default:
3532
# Use the logger config passed here

0 commit comments

Comments
 (0)