# frozen_string_literal: true require 'booru/config' # Your secret key for verifying the integrity of signed cookies. # If you change this key, all old signed cookies will become invalid! Rails.application.config.secret_key_base = Booru::CONFIG.secrets[:secret_key_base]