From e3a54686bbde0ce2f9d1ae994a51a6b521e30d9b Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Wed, 12 Feb 2020 08:59:14 -0600 Subject: [PATCH] enable beacon --- test-compose/shibui/conf/application.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-compose/shibui/conf/application.yml b/test-compose/shibui/conf/application.yml index 86d42ea..eaa6053 100755 --- a/test-compose/shibui/conf/application.yml +++ b/test-compose/shibui/conf/application.yml @@ -4,6 +4,7 @@ shibui: target: "file:/generated-conf/shibui-metadata-providers.xml" metadata-dir: "/generated-metadata" + beacon-enabled: true spring: datasource: username: shibui @@ -14,4 +15,4 @@ spring: jpa: database-platform: org.hibernate.dialect.MariaDBDialect hibernate: - ddl-auto: update \ No newline at end of file + ddl-auto: update