From ee656196fe345ee6f5cd8a6b3c39c5a9a92db0e3 Mon Sep 17 00:00:00 2001 From: Charles Hasegawa Date: Thu, 2 Sep 2021 16:59:46 +0000 Subject: [PATCH] SHIBUI-1746 application.yml comment --- backend/src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/backend/src/main/resources/application.yml b/backend/src/main/resources/application.yml index f15f39cda..74ae43689 100644 --- a/backend/src/main/resources/application.yml +++ b/backend/src/main/resources/application.yml @@ -1,8 +1,8 @@ #shibui: ## Default password must be set for the default user to be configured and setup # default-rootuser:root -## need to include the encoding for the password -# default-password:{noop}foopassword +## need to include the encoding for the password - be sure to quote the entire value as shown +# default-password: "{noop}foopassword" # pac4j-enabled: true # pac4j: # keystorePath: "/etc/shibui/samlKeystore.jks"