Sha256: 78c61ec3d67093616fe47c379cd96a41222431a07c4b7b95f21c1df4500793e7
Contents?: true
Size: 1.25 KB
Versions: 7
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: 45bd1c36a71f8dfeb9cb2fd2055a4677be8f021daca335111b5ca18231e1d2b6f423099ed023525e16cfab4bb2abe2f2324a504b4f7bab5e63214675dc3771ef test: secret_key_base: 56f68be274e8e3406b5e90754f207d2c4e9451f58fa7f887e5df3236a7197edee371051e06312179dd374523d0c211ebe71bc944315eb323574c4dbf8cb78bfb # 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
7 entries across 7 versions & 1 rubygems