# A sample Envfile # enable_defaults! { ENV != 'production' }
# variable :REDIS_URL, :string, default: 'redis://localhost:6379' # # group :production do # variable :SECRET_KEY_BASE # end
# A sample Envfile # enable_defaults! { ENV != 'production' }
# variable :REDIS_URL, :string, default: 'redis://localhost:6379' # # group :production do # variable :SECRET_KEY_BASE # end