[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [websites/reservoir/develop] bootstrap: production as fallback, not local
From:       Ingo Malchow <imalchow () kde ! org>
Date:       2014-10-28 22:03:06
Message-ID: E1XjEr4-0008CH-JY () scm ! kde ! org
[Download RAW message or body]

Git commit d4d5b61bb47c7916b836c96b8fdaf5656c94f8e0 by Ingo Malchow.
Committed on 28/10/2014 at 22:02.
Pushed by imalchow into branch 'develop'.

production as fallback, not local

M  +1    -1    bootstrap/start.php

http://commits.kde.org/websites/reservoir/d4d5b61bb47c7916b836c96b8fdaf5656c94f8e0

diff --git a/bootstrap/start.php b/bootstrap/start.php
index fcb6342..3306d94 100644
--- a/bootstrap/start.php
+++ b/bootstrap/start.php
@@ -29,7 +29,7 @@ $env = $app->detectEnvironment(function()
     if(isset($_SERVER['LARAVEL_ENV']) && "" !== $_SERVER['LARAVEL_ENV'] ) {
         return $_SERVER['LARAVEL_ENV'];
     } else {
-        return 'local';
+        return 'production';
     }
 });
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic