Sha256: cd0d042f18eff37c9d66ffef45aae0b9c457b4165848c1f8e1253e3335f2a962
Contents?: true
Size: 1.25 KB
Versions: 15
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: e25944083178c25a03f97b86dccbc38cfc1cc66a30d937c2458ac3d78f817294757b41853614f6f531b95a132f66fc080a4318fa56e816f4a86b4b41581d0a74 test: secret_key_base: db63bd57b63e1793d8414f981b615e3b589cb6e3a650bc2aa4ea40044d3968370c041137c88a6a706f1d5d48fae0e4fd94ddb71e36fd97cd22270d9ba0dee665 # 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
15 entries across 15 versions & 1 rubygems