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