We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b1abe1 commit ad90427Copy full SHA for ad90427
config/initializers/secret_token.rb
@@ -6,4 +6,4 @@
6
# no regular words or you'll be exposed to dictionary attacks.
7
8
#IMPORTANT: set EBR_SECRET_KEY_BASE in your environment
9
-EmberRailsDevise::Application.config.secret_key_base = ENV['EBR_SECRET_KEY_BASE']
+EmberRailsDevise::Application.config.secret_key_base = ENV['ERD_SECRET_KEY_BASE']
0 commit comments