Sha256: 4f0701c6e67349330f918712169e5d694fb589f3870a5141188d226a9d4fc343
Contents?: true
Size: 1.25 KB
Versions: 6
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: e55273b507e71bb7a822f9cee4cd117f8ba3f34947d5ab608ae0802faf9b0741b4799a076adfe48de1c4cf9fb0014a813d2bee080fdc3de306b92db310f46690 test: secret_key_base: 7809b350b32ab8b3f381c3376e6e24b4673761184912b0bc90d3cc76efb88f73c5334a33f9b88bc864f5ac507aba2a807cda7296cf527df1ec15d5e8ba7228a2 # 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
6 entries across 6 versions & 1 rubygems