diff options
| author | mo khan <mo@mokhan.ca> | 2025-07-03 17:50:35 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-07-03 17:50:35 -0600 |
| commit | d00f6cff165166f8d6af6e14d0efc34319e4150b (patch) | |
| tree | 1a6913afc6f593a14c05eed6477f06cc9afd6eb3 /etc | |
| parent | d5f945421e59beccb9705299d73f0e8a4ab0ba41 (diff) | |
chore: use a different admin port to prevent collisions
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/envoy/envoy.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/envoy/envoy.yaml b/etc/envoy/envoy.yaml index d84a10e2..fbb3cde4 100644 --- a/etc/envoy/envoy.yaml +++ b/etc/envoy/envoy.yaml @@ -2,7 +2,7 @@ admin: address: socket_address: address: 0.0.0.0 - port_value: 9901 + port_value: 9991 application_log_config: log_format: json_format: |
