# 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: 71fd92a4be0f17c47af526568a336ea427e731cd002461a736f8c59cf7f145c0bbfd716f724d40bc0cd99e3297c51b383bbdeec8efe8a93d208d775864611b5e test: secret_key_base: d84ea0d652aecef976d5faa0e024c21f6e0150a13867b42eed10c3405e60066c9a75e044d32feede2fe205071fd7e4cbbd2c6de819e0bed29837190f9d6660ed # 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"] %>