Sha256: 5b07db11a520108d16e9372f860f747d5c5d9b90d76846326d0d63416924858d
Contents?: true
Size: 1.25 KB
Versions: 10
Compression:
Stored size: 1.25 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. # Shared secrets are available across all environments. # shared: # api_key: a1B2c3D4e5F6 # Environmental secrets are only available for that specific environment. development: secret_key_base: 59f161d10f97cc71e7f22133b3d09f7db0cd45b5ed083e057ba263b016d72751da3e17c2085d50ff40ac133b5c148a56c367c84dc485bd9d03fde21226454e06 test: secret_key_base: cf7ab19c5a4d66ec517f5f263efbb88705807eef99aa24a87f16398e060830c68bce1b058161e89d4e49007a6cdf45f823cf8cb9a233b2b64394de9478940b52 # Do not keep production secrets in the unencrypted secrets file. # Instead, either read values from the environment. # Or, use `bin/rails secrets:setup` to configure encrypted secrets # and move the `production:` environment over there. production: secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
Version data entries
10 entries across 10 versions & 1 rubygems