Last active
August 1, 2020 06:20
-
-
Save ventsislaf/8169163abbf5aa9b6413 to your computer and use it in GitHub Desktop.
Generate secret key base for Phoenix app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mix phoenix.gen.secret |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Phoenix 1.4 they're removing
mix phoenix.*
. Instead usephx.*
for everything. I.e.