Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
Change config to default state
Browse files Browse the repository at this point in the history
  • Loading branch information
rolies106 committed Sep 10, 2013
1 parent 4f2a732 commit b647637
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/ResqueBoard/Config/Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
*/
$settings = array(
'cubePublic' => array(
'host' => (isset($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : 'test.domain',
'host' => (isset($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : 'http://localhost:1081/',
'port' => 1081
),
'readOnly' => false,
'readOnly' => true,
'resqueConfig' => __DIR__ . DIRECTORY_SEPARATOR . './resque.ini',
//'timezone' => 'America/Montreal'
);
Expand All @@ -49,9 +49,9 @@
'Redis' => array(
'host' => '127.0.0.1',
'port' => 6379,
'database' => 3,
'password' => 'foobar',
'prefix' => ''
'database' => 0,
'password' => '',
'prefix' => 'resque'
),
'Mongo' => array(
'host' => 'localhost',
Expand Down

0 comments on commit b647637

Please sign in to comment.