Skip to content

Commit d6d9b96

Browse files
committed
Merge pull request #1 from cborgia/patch-1
remove pagodabox redis config
2 parents 1e39cc5 + 83611e4 commit d6d9b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/config/database.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
'cluster' => true,
115115

116116
'default' => array(
117-
'host' => 'tunnel.pagodabox.com',
117+
'host' => '127.0.0.1',
118118
'port' => 6379,
119119
'database' => 0,
120120
),

0 commit comments

Comments
 (0)