Phoenix v1.2.0-rc.1
Mix.Tasks.Phoenix.Gen.Secret
Generates a secret and print it to the terminal.
mix phoenix.gen.secret [length]
By default, mix phoenix.gen.secret generates a key 64 characters long.
The minimum value for length
is 32.
Summary
Callback implementation for c:Mix.Task.run/1
Functions
Callback implementation for c:Mix.Task.run/1
.