Skip to content

Commit

Permalink
Cleaning up wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Sep 8, 2014
1 parent 6ef4533 commit f1ff23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Be sure to add the `.env.local.php` file to your `.gitignore` file. This will al

Now, on your production server, create a `.env.php` file in your project root that contains the corresponding values for your production environment. Like the `.env.local.php` file, the production `.env.php` file should never be included in source control.

> **Note:** You may create a file for each environment supported by your application. For example, the `development` environment will load the `.env.development.php` file if it exists. In the `production` environment, only use a `.env.php` file. If you include an `.env.production.php` file, it will be ignored.
> **Note:** You may create a file for each environment supported by your application. For example, the `development` environment will load the `.env.development.php` file if it exists. However, the `production` environment always uses the `.env.php` file.
<a name="maintenance-mode"></a>
## Maintenance Mode
Expand Down

0 comments on commit f1ff23b

Please sign in to comment.