From 3a106b9cdd2bd1e6788a395bfbd0ac7687a18b9c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 4 Jul 2016 22:28:30 +0200 Subject: [PATCH] Update sample --- source/_topics/secrets.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_topics/secrets.markdown b/source/_topics/secrets.markdown index 04c228fd525..356d665956e 100644 --- a/source/_topics/secrets.markdown +++ b/source/_topics/secrets.markdown @@ -32,7 +32,7 @@ http: The `secrets.yaml` files stored the corresponding password assigned to the identifier. ```yaml -debug: 0 +logger: debug http_password: YOUR_PASSWORD ```