Skip to content

Commit 1f57135

Browse files
committed
added missing commas to additional config example
to avoid fatal error on uncommenting
1 parent 82e354e commit 1f57135

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

includes/config.sample.inc.php

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
'name' => 'local db 2',
2323
'host' => 'localhost',
2424
'port' => 6379,
25-
'db' => 1 // Optional database number, see http://redis.io/commands/select
26-
'filter' => 'something:*' // Show only parts of database for speed or security reasons
25+
'db' => 1, // Optional database number, see http://redis.io/commands/select
26+
'filter' => 'something:*', // Show only parts of database for speed or security reasons
2727
'seperator' => '/', // Use a different seperator on this database
2828
'flush' => false, // Set to true to enable the flushdb button for this instance.
2929
'encoding' => 'cp1251', // Set for view values in other encoding
30-
)*/
30+
),*/
3131
),
3232

3333

0 commit comments

Comments
 (0)