Sha256: 23bb3972037d4395ec81f2e4690948487605235df83929c5fcc056c7ffa19a6e
Contents?: true
Size: 687 Bytes
Versions: 94
Compression:
Stored size: 687 Bytes
Contents
# Be sure to restart your server when you modify this file. # Your secret key is used for verifying the integrity of signed cookies. # If you change this key, all old signed cookies will become invalid! # Make sure the secret is at least 30 characters and all random, # no regular words or you'll be exposed to dictionary attacks. # You can use `rake secret` to generate a secure secret key. # Make sure your secret_key_base is kept private # if you're sharing your code publicly. if Rails.env == 'production' secret_key_base = ENV['SECRET_KEY_BASE'] else secret_key_base = '123456789012345678901234567890' end SmalrubyEditor::Application.config.secret_key_base = secret_key_base
Version data entries
94 entries across 94 versions & 1 rubygems