From 2d5b581d89831a1f0cc207d18a6601db4daa860c Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Tue, 15 Oct 2019 09:59:07 +0200 Subject: [PATCH] doc/configuration: add scheme to sample config --- doc/03-Configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/03-Configuration.md b/doc/03-Configuration.md index ef2fe5e..b2eb870 100644 --- a/doc/03-Configuration.md +++ b/doc/03-Configuration.md @@ -82,6 +82,7 @@ We need a new file named `config.ini` in this newly created directory: host = "jira.example.com" ; port = 443 ; path = "/" +; scheme = "https" username = "icinga" password = "***"