We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0294ab0 commit eeec418Copy full SHA for eeec418
core/src/main/resources/application.properties
@@ -93,7 +93,7 @@ klaw.core.ha.enable=false
93
# In case of AD or Azure AD, configure an existing user from AD in the below config for username. Ex : superadmin@domain.
94
# Leave it blank if this user is not required
95
klaw.superadmin.default.username=superadmin
96
-klaw.superadmin.default.password=
+klaw.superadmin.default.password=welcometoklaw
97
98
# TTL for password reset token in milliseconds defaut is 60000 which is ten minutes.
99
klaw.reset.password.token.ttl=60000
0 commit comments