From ff76465131ec27235ea1661a588c199bfc150456 Mon Sep 17 00:00:00 2001 From: Sean Griffin Date: Tue, 20 Oct 2015 17:27:06 -0600 Subject: Revert " Added an example to show how common secrets can be shared across multiple environments in secrets.yml" --- .../generators/rails/app/templates/config/secrets.yml | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'railties') diff --git a/railties/lib/rails/generators/rails/app/templates/config/secrets.yml b/railties/lib/rails/generators/rails/app/templates/config/secrets.yml index 433133db98..b2669a0f79 100644 --- a/railties/lib/rails/generators/rails/app/templates/config/secrets.yml +++ b/railties/lib/rails/generators/rails/app/templates/config/secrets.yml @@ -10,22 +10,6 @@ # Make sure the secrets in this file are kept private # if you're sharing your code publicly. -# You can also share common secrets in multiple environments -# using YAML anchor/reference syntax. - -# common: &common -# api_key: <%= API_KEY %> -# api_secret: <%= API_SECRET %> - -# development: -# <<: *common -# -# test: -# <<: *common -# -# production: -# <<: *common - development: secret_key_base: <%= app_secret %> -- cgit v1.2.3