We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0fcd64 commit 31f5f12Copy full SHA for 31f5f12
lib/mix/lib/mix/tasks/release.ex
@@ -402,8 +402,8 @@ defmodule Mix.Tasks.Release do
402
403
If you are setting this option manually, we recommend the cookie option
404
to be a long and randomly generated string, such as:
405
- `Base.url_encode64(:crypto.strong_rand_bytes(40))`. We also recommend to restrict
406
- the characters in the cookie to the subset returned by `Base.url_encode64/1`.
+ `Base.encode32(:crypto.strong_rand_bytes(40))`. We also recommend restricting
+ the characters in the cookie to only alphanumeric characters and underscore.
407
408
* `:validate_compile_env` - by default a release will match all runtime
409
configuration against any configuration that was marked at compile time
0 commit comments