# 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: 241f847afccb2567430dbf443fade9ac321e66fef59b5052793e2b1229d769003f62688e485ada8949f94d1e85db974c799b9aa502f5184c93959047810e5eb0 test: secret_key_base: 2c6bde11801fe960880a1c688afa20a42576f899622cb6327ec5aaa3988b8bf74f70be5803c6467440c8ec69cc44ed8d8d383fda78da36bdf1d3ca942e2e48b7 # 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"] %>