# 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. development: secret_key_base: 18597e9f6dc85291a8c172aca10f8c8f5af933001d5113d55cf61a878ad0fcdb17f0988ea8e40bc7587502837b754505f38a505f4e1a96bedab95dd334b6d668 test: secret_key_base: f1b08127908b5be5942afd41298e4301ce6ed230f3f7a1be4752aab3529588ba1da79dcfe9b413ee60be59884b62882d165fd66f225b0933f6fc6892ae583f2e # Do not keep production secrets in the repository, # instead read values from the environment. production: secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>