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