Sha256: 45027a3c8d6eb0a7fd0cbbdf195f5a9b67586514e153aa0854ef22d97c4fe7c1
Contents?: true
Size: 1.23 KB
Versions: 1
Compression:
Stored size: 1.23 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: 123 # Environmental secrets are only available for that specific environment. development: secret_key_base: 18e329ebd2b0d7f9ea1fe93993e6ea7ef1b5e1a15f01bc7cf9b0c7cd10bbe2d079c76ac4801bb59c74dcd1ebe90ba17da0497fa68c59f8f69b209f7460fe2c35 test: secret_key_base: e93d0552e8e3030dbb931eac24602d7720d40b32b4a97ef34c67d55e295198748ccf9a8eb44aa9915d91d2d36dc80a52ee66df96b33f0474cfec9b6d16c9a41e # 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rvt-1.1.0 | test/dummy/config/secrets.yml |