Sha256: b8aec536ccdd29036a93944e7bf9c0d0d15f5c27621632645e107f681e19e2dd
Contents?: true
Size: 1.25 KB
Versions: 20
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: b9e992805a215ec59ba94119ee7ce243fb9f52514a06f5855f1873a0d148fb33f35986e365d15908ce5cc6a8bd288435e901a03ea99839fa886aba1a880c8741 test: secret_key_base: 6e38b7369e7b0bf8c430898643c520e315636f1827dc82ebce39291e11c27622ac23fa27e3a0cf6df71e27bc28c7901e5b24b81bf77d6bbd552ff74840f1d7f5 # 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
20 entries across 20 versions & 1 rubygems