Skip to content

Commit ad90427

Browse files
committed
renamed env var to proper acronym
1 parent 1b1abe1 commit ad90427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/initializers/secret_token.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# no regular words or you'll be exposed to dictionary attacks.
77

88
#IMPORTANT: set EBR_SECRET_KEY_BASE in your environment
9-
EmberRailsDevise::Application.config.secret_key_base = ENV['EBR_SECRET_KEY_BASE']
9+
EmberRailsDevise::Application.config.secret_key_base = ENV['ERD_SECRET_KEY_BASE']

0 commit comments

Comments
 (0)