Skip to content

Commit

Permalink
Fix autologin via environment variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
SadieCat committed Jul 7, 2024
1 parent 53e87f1 commit 196f15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf/opers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cat <<EOF
<define name="operPassword" value="${INSP_OPER_PASSWORD_HASH}">
<define name="operFingerprint" value="${INSP_OPER_FINGERPRINT}">
<define name="operAutologin" value="${INSP_OPER_SSLONLY:-yes}">
<define name="operSSLOnly" value="${INSP_OPER_SSLONLY:-yes}">
<define name="operSSLOnly" value="${INSP_OPER_AUTOLOGIN:-yes}">
<define name="operHash" value="${INSP_OPER_HASH:-hmac-sha256}">
<define name="operHost" value="${INSP_OPER_HOST:-*@*}">
EOF
Expand Down

0 comments on commit 196f15f

Please sign in to comment.