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