Skip to content

Commit

Permalink
SHIBUI-1746 application.yml comment
Browse files Browse the repository at this point in the history
  • Loading branch information
chasegawa committed Sep 2, 2021
1 parent 0c7184d commit ee65619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#shibui:
## Default password must be set for the default user to be configured and setup
# default-rootuser:root
## need to include the encoding for the password
# default-password:{noop}foopassword
## need to include the encoding for the password - be sure to quote the entire value as shown
# default-password: "{noop}foopassword"
# pac4j-enabled: true
# pac4j:
# keystorePath: "/etc/shibui/samlKeystore.jks"
Expand Down

0 comments on commit ee65619

Please sign in to comment.