playframework 2.3 - What is the activator command to generate application secret? -


i'm using play framework 2.3.6. since play 2.3.x play commands replaced activator commands. play's documentation 2.3.x latest 2.4.x mentions commands play-generate-secret , play-update-secret not able find corresponding activator commands.

we may not choose use these secrets production environment play generate secrets integration , pre-prod environments - can change frequently.

has done before? proper activator commands?

both

activator play-generate-secret 

and

activator play-update-secret 

work activator.

you can find definition here in sources. , can see part of play , not activator.

val generatesecret = taskkey[string]("play-generate-secret", "generate new application secret", keyranks.btask) val updatesecret = taskkey[file]("play-update-secret", "update application conf generate application secret", keyranks.btask) 

Comments

Popular posts from this blog

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -