Skip to content

Commit

Permalink
Update deprecated configuration item in docker entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
To-om committed Apr 5, 2018
1 parent c832714 commit 2bc9adc
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 @@ -48,7 +48,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 2bc9adc

Please sign in to comment.