Skip to content

Commit

Permalink
Add beacon property
Browse files Browse the repository at this point in the history
  • Loading branch information
dima767 committed Jan 16, 2020
1 parent ebee1d0 commit e403ef6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions backend/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,8 @@ shibui.roles=ROLE_ADMIN,ROLE_USER,ROLE_NONE
#This property must be set to true and pac4j properties configured. For sample pac4j properties, see application.yml
#for an example pac4j configuration
#shibui.pac4j-enabled=true

#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

0 comments on commit e403ef6

Please sign in to comment.