Skip to content

Commit 93613fa

Browse files
author
Jon Blanton
committed
Reverted changes to the config files
1 parent 33e9550 commit 93613fa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

bluebox/config/config.php.dist

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* Allow the installer to be run. This should be set to false after installation
44
*/
5-
$config['installer_enabled'] = FALSE;
5+
$config['installer_enabled'] = TRUE;
66

77
/**
88
* Base path of the web site. If this includes a domain, eg: localhost/kohana/
@@ -66,7 +66,7 @@ $config['enable_hooks'] = TRUE; // Bluebox will fail miserably if you turn t
6666
* 3 - Notices
6767
* 4 - Debugging
6868
*/
69-
$config['log_threshold'] = 4;
69+
$config['log_threshold'] = 0;
7070

7171
/**
7272
* Message logging directory.
@@ -125,7 +125,7 @@ $config['anonymous_statistics'] = TRUE;
125125
* Is this an oxymoron? Well we need to be able to group
126126
* multiple responses, it is not used for any other reason. Promise :)
127127
*/
128-
$config['anonymous_id'] = 'DCE35CB7475C64F5AC19352B0FEB6A5C';
128+
$config['anonymous_id'] = '';
129129

130130
/**
131131
* If true then a minimum password complexity is enforced

bluebox/config/locale.php.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ $config['language'] = array('en_US', 'English_United States');
1313
* Locale timezone. Defaults to use the server timezone.
1414
* @see http://php.net/timezones
1515
*/
16-
$config['timezone'] = 'America/New_York';
16+
$config['timezone'] = 'America/Los_Angeles';

bluebox/config/upload.php.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php defined('SYSPATH') OR die('No direct access allowed.');
22

3-
$config['directory'] = '/usr/src/bluebox/bluebox/uploads';
3+
$config['directory'] = DOCROOT .'uploads';
44

55
$config['create_directories'] = TRUE;
66

0 commit comments

Comments
 (0)