Skip to content

Commit

Permalink
[nojira]
Browse files Browse the repository at this point in the history
extra note
  • Loading branch information
jj committed Oct 29, 2018
1 parent e3e18e6 commit 6d21755
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions backend/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
4 changes: 2 additions & 2 deletions docs/DEFAULTPROPERTIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
```

0 comments on commit 6d21755

Please sign in to comment.