Skip to content

Commit

Permalink
[NOJIRA]
Browse files Browse the repository at this point in the history
update default configuration
  • Loading branch information
jj committed Feb 12, 2019
1 parent f4b23e0 commit 471886b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,5 @@ spring.mail.properties.mail.smtp.starttls.enable=false
shibui.mail.text-email-template-path-prefix=/mail/text/
shibui.mail.html.email-template-path-prefix=/mail/html/
shibui.mail.system-email-address=doNotReply@shibui.org

shibui.roles=ROLE_ADMIN,ROLE_USER,ROLE_NONE
1 change: 1 addition & 0 deletions pac4j-module/src/test/docker/conf/users.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
shibui-admin1,{bcrypt}$2a$10$ssM2LpFqceRQ/ta0JehGcu0BawFQDbxjQGSyVmKS6qa09hHLigtAO,test,test,ROLE_ADMIN,test@example.com

0 comments on commit 471886b

Please sign in to comment.