# 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: 4e263d7c4a3a78b1da9ee579c4e6ff1adbbe155f1e5023989c6d879212d601b55be33990ffef82d140936efe8baa4bd7e44d7fbccb07ef008497de0d5a356e0f test: secret_key_base: b8ddc8a27e6fe8ef30694cc2994d8e0814322ae1cee3785e7dad78677ba4aaab71cff26e5b13f3090b428ed23c4dd65404e96e38f80e56a789257ddd117ba21e # 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"] %>