From 6d217552c624a495e58dcc2c2fd6a60926eaa21b Mon Sep 17 00:00:00 2001 From: Jj! Date: Mon, 29 Oct 2018 10:51:33 -0500 Subject: [PATCH] [nojira] extra note --- backend/src/main/resources/application.properties | 4 ++-- docs/DEFAULTPROPERTIES.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/src/main/resources/application.properties b/backend/src/main/resources/application.properties index f683d33ae..7626d004c 100644 --- a/backend/src/main/resources/application.properties +++ b/backend/src/main/resources/application.properties @@ -42,7 +42,7 @@ spring.jpa.properties.hibernate.format_sql=false spring.jpa.hibernate.use-new-id-generator-mappings=true -# Set the following property to periodically write out the generated metadata files +# Set the following property to periodically write out the generated metadata files. There is no default value; the following is just an example # shibui.metadata-dir=/opt/shibboleth-idp/metadata/generated shibui.logout-url=/dashboard @@ -57,6 +57,6 @@ shibui.logout-url=/dashboard ### # metadata-providers.xml write configuration -# Set the following property to periodically write out metadata providers configuration +# Set the following property to periodically write out metadata providers configuration. There is no default value; the following is just an example # shibui.metadataProviders.target=file:/opt/shibboleth-idp/conf/shibui-metadata-providers.xml # shibui.metadataProviders.taskRunRate=30000 diff --git a/docs/DEFAULTPROPERTIES.md b/docs/DEFAULTPROPERTIES.md index ebbf693d1..75916235a 100644 --- a/docs/DEFAULTPROPERTIES.md +++ b/docs/DEFAULTPROPERTIES.md @@ -51,7 +51,7 @@ spring.jpa.properties.hibernate.format_sql=false spring.jpa.hibernate.use-new-id-generator-mappings=true -# Set the following property to periodically write out the generated metadata files +# Set the following property to periodically write out the generated metadata files. There is no default value; the following is just an example # shibui.metadata-dir=/opt/shibboleth-idp/metadata/generated shibui.logout-url=/dashboard @@ -66,7 +66,7 @@ shibui.logout-url=/dashboard ### # metadata-providers.xml write configuration -# Set the following property to periodically write out metadata providers configuration +# Set the following property to periodically write out metadata providers configuration. There is no default value; the following is just an example # shibui.metadataProviders.target=file:/opt/shibboleth-idp/conf/shibui-metadata-providers.xml # shibui.metadataProviders.taskRunRate=30000 ``` \ No newline at end of file