Skip to content

Commit

Permalink
Working on docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Oct 29, 2013
1 parent 5179c62 commit 1c23a48
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 @@ -56,7 +56,7 @@ Next, we need to instruct the framework how to determine which environment it is

));

In this example, 'local' is the name of the environment, and 'your-machine-name' is the hostname of your webserver machine. In Linux and Mac OS you can determine your hostname by opening a terminal and typing the `hostname` command. On a Windows Vista/7 machine, the hostname can be found and by right-clicking "Computer" in the start menu and selecting properties - look for "Computer name".
In this example, 'local' is the name of the environment and 'your-machine-name' is the hostname of your server. On Linux and Mac, you may determine your hostname using the `hostname` terminal command.

You may also pass a `Closure` to the `detectEnvironment` method, allowing you to implement your own environment detection:

Expand Down

0 comments on commit 1c23a48

Please sign in to comment.