Skip to content

enable beacon in test-compose #8

Merged
merged 2 commits into from Feb 12, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion containerfiles/supervisord.conf
Expand Up @@ -6,7 +6,7 @@ nodaemon=true
user=root

[program:shibui]
command=/usr/bin/java -Didp.home=/idp-home -jar /opt/shibui/shibui.jar --shibui.user-bootstrap-resource=file:users.txt
command=/usr/bin/java -Didp.home=/idp-home -jar /opt/shibui/shibui.war --shibui.user-bootstrap-resource=file:users.txt
directory=/opt/shibui
autostart=true
autorestart=true
Expand Down
3 changes: 2 additions & 1 deletion test-compose/shibui/conf/application.yml
Expand Up @@ -4,6 +4,7 @@ shibui:
target: "file:/generated-conf/shibui-metadata-providers.xml"

metadata-dir: "/generated-metadata"
beacon-enabled: true
spring:
datasource:
username: shibui
Expand All @@ -14,4 +15,4 @@ spring:
jpa:
database-platform: org.hibernate.dialect.MariaDBDialect
hibernate:
ddl-auto: update
ddl-auto: update