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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion containerfiles/supervisord.conf
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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