CUSTOMIZATION.md in railman-0.1.0 vs CUSTOMIZATION.md in railman-0.1.1

- old
+ new

@@ -45,12 +45,12 @@ The configuration of the processes that the application includes (app server, workers) is in the Eyefile. The eye gem is not included in the Gemfile. Eye should be installed globally on the server or your local machine and there will be only one eye process that manages multiple rails applications. -## .env.example +## .env.example.development and .env.example.production -This is a template for the application- and server-specific .env file. +These are templates for the application- and server-specific .env file (for development and production). ## config/deploy/production.rb config/deploy includes the deployment targets (production, staging, ...)