From e3d7f3f86aa0cc09a8da233e445ec9b5088ec637 Mon Sep 17 00:00:00 2001 From: Dmitriy Kopylenko Date: Tue, 25 Feb 2020 11:27:58 -0500 Subject: [PATCH] Beacon on by default --- backend/src/main/resources/application.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/main/resources/application.properties b/backend/src/main/resources/application.properties index 3202f95cd..d5801c722 100644 --- a/backend/src/main/resources/application.properties +++ b/backend/src/main/resources/application.properties @@ -93,4 +93,4 @@ shibui.roles=ROLE_ADMIN,ROLE_USER,ROLE_NONE #This property must be set to true in order to enable posting stats to beacon endpoint. Furthermore, appropriate #environment variables must be set for beacon publisher to be used (the ones that are set when running shib-ui in #docker container -#shibui.beacon-enabled=true \ No newline at end of file +shibui.beacon-enabled=true \ No newline at end of file