We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bba9ec9 commit 11b0908Copy full SHA for 11b0908
.gitignore
@@ -16,4 +16,4 @@ capybara-*.html
16
rerun.txt
17
pickle-email-*.html
18
.project
19
-config/initializers/secret_token.rb
+config/application.yml
config/initializers/secret_token.rb
@@ -4,4 +4,6 @@
4
# If you change this key, all old signed cookies will become invalid!
5
# Make sure the secret is at least 30 characters and all random,
6
# no regular words or you'll be exposed to dictionary attacks.
7
-EmberRailsDevise::Application.config.secret_token = '138cd0f69b1e9673d0b9898d36ea6a56e7a3baf9a221f2da8300ab9a69ce60e64d49759ecdf66b0961f9c9554bf511c1df5d26abf7a2054c870afbff53d2f33d'
+
8
+#IMPORTANT: set EBR_SECRET_KEY_BASE in your environment
9
+EmberRailsDevise::Application.config.secret_key_base = ENV['EBR_SECRET_KEY_BASE']
0 commit comments