Skip to content

Commit

Permalink
SHIBUI-1746
Browse files Browse the repository at this point in the history
Default user configuration
  • Loading branch information
chasegawa committed Aug 25, 2021
1 parent f7da711 commit 4a78132
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ shibui.logout-url=/dashboard

# spring.profiles.active=default

## Default password must be set for the default user to be configured and setup
#shibui.default-password=
shibui.default-rootuser=root

Expand Down
2 changes: 2 additions & 0 deletions backend/src/main/resources/application.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#shibui:
## Default password must be set for the default user to be configured and setup
# default-rootuser=root
# default-password=
# pac4j-enabled: true
# pac4j:
# keystorePath: "/etc/shibui/samlKeystore.jks"
Expand Down

0 comments on commit 4a78132

Please sign in to comment.