Sha256: c2afcdec09ab9bd3ebeed0ccb0fc98e3201c92d1f7f0a9df50b4ae4f6066ebba
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: bfb83fcfc381fff63eadac690edb5e39c7eb417e7f00c16c7eafb774fbc9814179a14c47cda6e8d01399f96150af4a9793cbf2c48563f2b18aeb487f0f2aefb9 test: secret_key_base: 222f725356179352ec1e4d5ec9ada60de09a2ee138b194e9f6441d77ea2375f29d4928e1be90177306a4703c00b516ef110d7c55259230aabac1251ca0e12999 # 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