Sha256: b4f34d101ccefaa306431157253e888cd3eecb63be481ce415d3eed9dd8583c9
Contents?: true
Size: 1.25 KB
Versions: 33
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: 18603e459035b11467babcf60df9665434f8eb50677f0e439e73f053234da4fe5a795e3d6a3efeb4f2d23f0d56d812a083a0289cc6aaed72ba1c30bc28598191 test: secret_key_base: 23651e4160c7bfeedd73ab721b85917ea5fa74781fc8260bd7670b4e8aa52ddca5b5d98c3735e4b0a6720bbdf6d24da4a76f8e8d6b8ae0fb7e69bfb95f32e7b5 # 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
33 entries across 32 versions & 1 rubygems