mirror of
https://github.com/System-End/highway.git
synced 2026-04-19 16:28:24 +00:00
Don't require master key
This commit is contained in:
parent
89c00bdff8
commit
f9e77be4a6
1 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@ module Highway
|
|||
# config.time_zone = "Central Time (US & Canada)"
|
||||
# config.eager_load_paths << Rails.root.join("extras")
|
||||
|
||||
# Set secret_key_base from environment variable
|
||||
config.secret_key_base = ENV["SECRET_KEY_BASE"]
|
||||
# Don't require master key
|
||||
config.require_master_key = false
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue