Skip to content

Commit

Permalink
Fix wrong config directive and remove unnecessary comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mostafa committed Jan 6, 2023
1 parent 6cb0d5f commit 88519c0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions gatewayd.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down

0 comments on commit 88519c0

Please sign in to comment.