From 8355955bb2b1267ffad71c7e011e2a80de90ac5a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 6 May 2021 13:30:43 +0200 Subject: [PATCH] Update config.json --- portainer/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portainer/config.json b/portainer/config.json index f284c841a..2c146af25 100644 --- a/portainer/config.json +++ b/portainer/config.json @@ -29,12 +29,12 @@ "ssl": false, "certfile": "fullchain.pem", "keyfile": "privkey.pem", - "password": "default" + "password": "default" }, "schema": { "ssl": "bool", "certfile": "str", "keyfile": "str", - "password": "str" + "password": "str" } }