diff --git a/app/config/local/app.php b/app/config/local/app.php index c56fcb9c..5fb96581 100644 --- a/app/config/local/app.php +++ b/app/config/local/app.php @@ -15,4 +15,6 @@ return array( 'debug' => true, + 'url' => 'http://cachet.io.dev', + ); diff --git a/readme.md b/readme.md index fb7e6da8..3c8c496a 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ -# Status +# Cachet -Status is an open source PHP status page system using the Laravel framework. +Cachet is an open source PHP status page system using the Laravel framework. **Currently in development.** Please feel free to contribute!