Sha256: 6c3a5117f01b78887eef12f47c82d3efe5b16b1a059a478d8a9ac6821987cd70
Contents?: true
Size: 1 KB
Versions: 94
Compression:
Stored size: 1 KB
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 `rails secret` to generate a secure secret key. # Make sure the secrets in this file are kept private # if you're sharing your code publicly. development: secret_key_base: 002ec37abe20d9ba1e0a942aae9118036cd1a836aa24f33b8fa598b56146b2cce11cebe1f5e2535bc42bc01e5232778060acf214d4e479cc1451948e4c7f7dcc test: secret_key_base: 0a7339091a264f52b48206513fb3d25a5bb71c0d8ad2b6d12a44e91db3eccae35d4178569fe5ea9ed5596e3f27aa6563edcec59152da5e75137a5dbff1fbb58f # Do not keep production secrets in the repository, # instead read values from the environment. production: secret_key_base: <%= ENV["SECRET_KEY_BASE"] %> staging: secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
Version data entries
94 entries across 94 versions & 1 rubygems