diff options
Diffstat (limited to 'railties/lib/rails/generators')
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/config/secrets.yml | 16 |
1 files changed, 0 insertions, 16 deletions
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 %> |