Matthias Kurz
Matthias Kurz
> Passing `-Dplay.http.secret.key=APPLICATION_SECRET` as a launch option allows play to start in production mode. I guess you don't actually mean the variable name, but the value of `APPLICATION_SECRET`? > However...
Seems like https://github.com/guardian/play-secret-rotation is exactly what @vsabella was asking for. We might want to add it to our modules page: https://www.playframework.com/documentation/2.8.x/ModuleDirectory
Thanks! Maybe we can do that as part of the work to switch to akka 10.2.x in #10411
@BlankFX thanks! However it seems your pull request still is incomplete. Are you planning to work on it? Also, as a workaround you could just enable mysql mode in the...
@BlankFX You need to run `scalafmtAll` within sbt to correctly format your sources. After that please push your changes again, thanks!
@BlankFX hmm.. there is still a formatting issue. Can you check again?
@Mergifyio backport 2.8.x
@gaeljw Since the code will either live in the `main` branch or the `2.8.x` branch, it doesn't really have to check for the branch name. The code in the `main`...
Thanks @ihostage, nice explanation. So basically the dynamic part is to increase the minor version in the main branch and to increase the patch version in the 2.8.x branch. However...
@gaeljw You want to work on this? Was our explanation good enough or is there something unclear?