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