We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 531b182 + edec26e commit 3668efbCopy full SHA for 3668efb
build.sbt
@@ -1,7 +1,7 @@
1
import com.typesafe.sbt.GitBranchPrompt
2
3
name := "search-management-ui"
4
-version := "4.0.7"
+version := "4.0.8"
5
maintainer := "Contact productful.io <hello@productful.io>"
6
7
scalaVersion := "2.12.17"
conf/application.conf
@@ -222,7 +222,7 @@ smui.auth.clients.SAML2Client {
222
# The DirectBasicAuthClient configuration which is used *only* when the DirectBasicAuthClient is configured as smui.auth.client
223
smui.auth.clients.ConfiguredDirectBasicAuthClient {
224
username = "smui_user"
225
- username = ${?SMUI_BASIC_AUTH_PASS}
+ username = ${?SMUI_BASIC_AUTH_USER}
226
password = "smui_pass"
227
password = ${?SMUI_BASIC_AUTH_PASS}
228
}
0 commit comments