play-scala-rest-api-example icon indicating copy to clipboard operation
play-scala-rest-api-example copied to clipboard

Readme typo

Open pebert opened this issue 7 years ago • 2 comments
trafficstars

In the readme

bin/play-rest-api-example -Dplay.crypto.secret=testing

should be

./bin/play-scala-rest-api-example -Dplay.crypto.secret=testing

pebert avatar Nov 30 '17 18:11 pebert

Oh also, play.crypto.secret is deprecated so the command should be

bin/play-scala-rest-api-example -Dplay.http.secret.key=testing

pebert avatar Dec 04 '17 19:12 pebert

+1

oldstevekenobi avatar Nov 18 '18 14:11 oldstevekenobi