From cb4067e55af90a7bce52efd76c703003a2d87312 Mon Sep 17 00:00:00 2001 From: Matthew Lopez <73856503+MatthewL246@users.noreply.github.com> Date: Mon, 30 Aug 2021 19:15:17 -0400 Subject: [PATCH] Reformat the configuration file --- configuration/config.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/configuration/config.yaml b/configuration/config.yaml index 82805b0..7b99405 100644 --- a/configuration/config.yaml +++ b/configuration/config.yaml @@ -4,8 +4,10 @@ listen_port: 2240 web_port: 8088 -# These settings make sure that connections are not blocked because they use an old version of TLS. This was probably the most annoying problem to solve for me. -# Note that not all of these settings are actually used; some are just for compatability with older versions and are ignored. +# These settings make sure that connections are not blocked because they use an +# old version of TLS. This was probably the most annoying problem to solve for +# me. Note that not all of these settings are actually used; some are just for +# compatability with older versions and are ignored. ssl_insecure: true upstream_cert: false tls_version_server_min: UNBOUNDED @@ -15,7 +17,7 @@ ssl_version_client: all ciphers_client: all ciphers_server: all -# These just make sure that the right configuration files and certificates are loaded. +# These just make sure that the right configuration files and certs are loaded. client_certs: ./client-certificates confdir: ./configuration @@ -25,7 +27,7 @@ scripts: ./pretendo_addon.py # This simply attempts makes sure that no requests are cached. anticache: true -# Just convenience features +# A couple convenience features console_focus_follow: true showhost: true -console_palette: dark \ No newline at end of file +console_palette: dark