Skip to content

Commit

Permalink
Default to not from enviroment
Browse files Browse the repository at this point in the history
  • Loading branch information
PanMan committed Jul 9, 2014
1 parent ad2687b commit f4aab75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/s3.php
Expand Up @@ -56,7 +56,7 @@
|
*/

$config['get_from_enviroment'] = TRUE;
$config['get_from_enviroment'] = FALSE;

/*
|--------------------------------------------------------------------------
Expand Down Expand Up @@ -89,4 +89,4 @@
$config['access_key'] = getenv($config['access_key_envname']);
$config['secret_key'] = getenv($config['secret_key_envname']);

}
}

0 comments on commit f4aab75

Please sign in to comment.