From 0c7184d239a23fbe124ea461a85e1cb67eb8afa7 Mon Sep 17 00:00:00 2001 From: Charles Hasegawa Date: Thu, 2 Sep 2021 16:50:53 +0000 Subject: [PATCH] SHIBUI-1746 application.properties comments added --- backend/src/main/resources/application.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/backend/src/main/resources/application.properties b/backend/src/main/resources/application.properties index 0a92160c1..5b7b801f1 100644 --- a/backend/src/main/resources/application.properties +++ b/backend/src/main/resources/application.properties @@ -59,8 +59,9 @@ shibui.logout-url=/dashboard # spring.profiles.active=default +## Default root user can be set in application.yml or here - setting in both places can be undeterministic ## Default password must be set for the default user to be configured and setup -#shibui.default-password= +#shibui.default-password={noop}somepassword shibui.default-rootuser=root shibui.metadata-sources-ui-schema-location=classpath:metadata-sources-ui-schema.json