# 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: 56b9b4a2689b8426c0914355824a8f47c955deb1f3d63059f98b7e1ee2e75b159fd05247555b410fbc5244d28f5b2d4b54d5c6d067d75772e8986505517e61d2 test: secret_key_base: 01099cf92e74d57e054d7c58a024238b2d535f7b8cde96b30d6dac68cb071cdd35f705dd10e72470f6c43a0170c7b91808ae5f3b30b3ed0b564dc3879ec87c62 # 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"] %>