Skip to content

Commit

Permalink
#263 Fix deprecated setting (auth.type -> auth.provider) in docker en…
Browse files Browse the repository at this point in the history
…trypoint
  • Loading branch information
To-om committed Sep 15, 2017
1 parent 89413ff commit b92908d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/docker/entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ then
SECRET=$(cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 64 | head -n 1)
fi
echo Using secret: $SECRET
echo play.crypto.secret=\"$SECRET\" >> $CONFIG_FILE
echo play.http.secret.key=\"$SECRET\" >> $CONFIG_FILE
fi

if test $CONFIG_ES = 1
Expand Down

0 comments on commit b92908d

Please sign in to comment.