diff --git a/config/secrets.yml b/config/secrets.yml deleted file mode 100644 index d59367fd..00000000 --- a/config/secrets.yml +++ /dev/null @@ -1,22 +0,0 @@ -# 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: 414a8d93dda37708c855070a22f2fa224f3f2bc509f618b96a968c2ecd66f770de9ef09c4728ebf8ec515b6ccb96caf6fa85f3c5c2108cda5fea718aa27861b5 - -test: - secret_key_base: ad44641b962741b9416aeeaef6977cf68103d984c86e56689d508a4836de65cbcd20f328d7ba0a1594253285fb9ca8a670f7b42a598b9e7056e499a138b80ab3 - -# Do not keep production secrets in the repository, -# instead read values from the environment. -production: - secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>