From e99fcb750f5809dc342d34d5f888f0a72c7c9a80 Mon Sep 17 00:00:00 2001 From: Lukasz Janyst Date: Wed, 11 May 2022 18:27:11 +0200 Subject: [PATCH] docs: Update the example config Issue #13 --- config.example.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/config.example.yaml b/config.example.yaml index c71c8f4..6372ae9 100644 --- a/config.example.yaml +++ b/config.example.yaml @@ -5,8 +5,9 @@ # "CacheEnabled": "true", # "CacheCompression": "true", # "CacheDir": "./run/cache", -# "X509Key": "./run/key.pema", -# "X509Cert": "./run/cert.pema", +# "X509Key": "./run/key.pem", +# "X509Cert": "./run/cert.pem", # "CookieJar": "./run/cookies.json", +# "CredentialsStore": "./run/credentials.json", # "ServerAddress": "[::0]" } \ No newline at end of file