Mercurial > rsstweet
changeset 189:df86d579634e
secret_key_base isn't needed anymore
author | nanaya <me@nanaya.pro> |
---|---|
date | Sun, 14 Jul 2019 15:57:08 +0900 |
parents | d58666587a55 |
children | 7b1bdf697063 |
files | config/application.rb |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/config/application.rb Sun Jul 14 15:55:35 2019 +0900 +++ b/config/application.rb Sun Jul 14 15:57:08 2019 +0900 @@ -31,8 +31,6 @@ config.middleware.delete ActionDispatch::HostAuthorization config.middleware.delete ActionDispatch::Cookies - # this isn't actually used but railties checks this variable during boot. - config.secret_key_base = "herp a derp" config.session_store :disabled if $cfg[:redis_server]