We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b87550 commit d434c01Copy full SHA for d434c01
1 file changed
example-config.toml
@@ -6,15 +6,7 @@ http_port = 8080
6
# port the gRPC server will listen on
7
grpc_port = 50051
8
9
-# gRPC SSL configuration
10
-# provide certificate and key to connect to gRPC server with HTTPS
11
-# https://defguard.gitbook.io/defguard/features/setting-up-your-instance/docker-compose#grpc-ssl-setup
12
-# Optional: path to cert file
13
-# grpc_cert: proxy.crt
14
-# Optional: path to key file
15
-# grpc_key: proxy.key
16
log_level = "info"
17
rate_limit_per_second = 0
18
rate_limit_burst = 0
19
-url = "http://localhost:8080"
20
acme_staging = false
0 commit comments