From db2cf73dcea782a3f60ae1a8438ff4c60306173b Mon Sep 17 00:00:00 2001 From: Markus Thielen Date: Thu, 16 Nov 2023 18:37:48 +0000 Subject: [PATCH] Fixed comment typo, no functional change --- bbconf/broker-config.toml | 74 +++++++++++++++++++-------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/bbconf/broker-config.toml b/bbconf/broker-config.toml index ff0dbaa..40a10a8 100644 --- a/bbconf/broker-config.toml +++ b/bbconf/broker-config.toml @@ -1,37 +1,37 @@ -[generic] -# log level; can be error, warn, info, debug, trace -log_level = "trace" - -[graphql] -# path and file name to GraphQL schema file -schema_file = "todo_schema.graphql" -allow_introspection = true - -[proxy] -# host name or IP of basebox DB proxy -host = "localhost" -port = 8081 -# Whether to use http or https to connect to the proxy -tls = false - -[server] -# Host name of the broker (GraphQL server) -host = "127.0.0.1" - -# Port number; default is 80 for http, 443 for https -port = 8080 - -# number of HTTP server threads to spawn; default is one per CPU core -workers = 2 - -# Path and file name of TLS/SSL key file -# cert_key_file = "/path/to/key.pem" - -# Path and file name of TLS certificate (chain) file -# cert_file = "/path/to/cert.pem" - -[auth] -# Contents of 'iss' field, usually the URL of the authetnication realm -iss = "https://basebox-test-1.eu.auth0.com/" -# Access token audience field -aud = "basebox-todo" +[generic] +# log level; can be error, warn, info, debug, trace +log_level = "trace" + +[graphql] +# path and file name to GraphQL schema file +schema_file = "todo_schema.graphql" +allow_introspection = true + +[proxy] +# host name or IP of basebox DB proxy +host = "localhost" +port = 8081 +# Whether to use http or https to connect to the proxy +tls = false + +[server] +# Host name of the broker (GraphQL server) +host = "127.0.0.1" + +# Port number; default is 80 for http, 443 for https +port = 8080 + +# number of HTTP server threads to spawn; default is one per CPU core +workers = 2 + +# Path and file name of TLS/SSL key file +# cert_key_file = "/path/to/key.pem" + +# Path and file name of TLS certificate (chain) file +# cert_file = "/path/to/cert.pem" + +[auth] +# Contents of 'iss' field, usually the URL of the authentication realm +iss = "https://basebox-test-1.eu.auth0.com/" +# Access token audience field +aud = "basebox-todo"