Skip to content

Commit 60fb313

Browse files
committed
Update plugin config
1 parent cb3bf86 commit 60fb313

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

using-gatewayd/configuration.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
last_modified_date: 2024-07-30 16:36:53
2+
last_modified_date: 2024-09-17 10:34:46
33
layout: default
44
title: Configuration
55
description: GatewayD is fully configurable via various sources, including default values, YAML config files, environment variables, CLI flags and plugins.
@@ -155,12 +155,13 @@ plugins:
155155
- METRICS_ENABLED=True
156156
- METRICS_UNIX_DOMAIN_SOCKET=/tmp/gatewayd-plugin-cache.sock
157157
- METRICS_PATH=/metrics
158+
- API_GRPC_ADDRESS=localhost:19090
158159
- PERIODIC_INVALIDATOR_ENABLED=True
159160
- PERIODIC_INVALIDATOR_INTERVAL=1m
160161
- PERIODIC_INVALIDATOR_START_DELAY=1m
161-
- API_ADDRESS=localhost:18080
162162
- EXIT_ON_STARTUP_ERROR=False
163163
- SENTRY_DSN=https://70eb1abcd32e41acbdfc17bc3407a543@o4504550475038720.ingest.sentry.io/4505342961123328
164+
- CACHE_CHANNEL_BUFFER_SIZE=100
164165
checksum: 28456728dd3427b91d2e22f38b909526355d1b2becc9379581e1b70bb9495aa9
165166
```
166167

using-gatewayd/plugins-configuration/plugins-configuration.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
last_modified_date: 2024-05-31 20:16:38
2+
last_modified_date: 2024-09-17 10:35:15
33
layout: default
44
title: Plugins configuration
55
description: GatewayD plugins configuration
@@ -45,14 +45,16 @@ plugins:
4545
- MAGIC_COOKIE_VALUE=5712b87aa5d7e9f9e9ab643e6603181c5b796015cb1c09d6f5ada882bf2a1872
4646
- REDIS_URL=redis://localhost:6379/0
4747
- EXPIRY=1h
48+
# - DEFAULT_DB_NAME=postgres
4849
- METRICS_ENABLED=True
4950
- METRICS_UNIX_DOMAIN_SOCKET=/tmp/gatewayd-plugin-cache.sock
5051
- METRICS_PATH=/metrics
52+
- API_GRPC_ADDRESS=localhost:19090
5153
- PERIODIC_INVALIDATOR_ENABLED=True
5254
- PERIODIC_INVALIDATOR_INTERVAL=1m
5355
- PERIODIC_INVALIDATOR_START_DELAY=1m
54-
- API_ADDRESS=localhost:18080
5556
- EXIT_ON_STARTUP_ERROR=False
5657
- SENTRY_DSN=https://70eb1abcd32e41acbdfc17bc3407a543@o4504550475038720.ingest.sentry.io/4505342961123328
58+
- CACHE_CHANNEL_BUFFER_SIZE=100
5759
checksum: 28456728dd3427b91d2e22f38b909526355d1b2becc9379581e1b70bb9495aa9
5860
```

0 commit comments

Comments
 (0)