Skip to content

Commit 8dfc47d

Browse files
committed
Update config.dist.php
1 parent 1986105 commit 8dfc47d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.dist.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
return [
1414
/**
1515
* The order of the items also changes the position of the
16-
* sidebar links, first item is also the default dashboard.
16+
* sidebar links, the first item is also the default dashboard.
1717
*
1818
* You can comment out (or delete) any dashboard.
1919
*/
@@ -45,7 +45,7 @@
4545
//'database' => 0, // Default database (optional).
4646
//'username' => '', // ACL - requires Redis >= 6.0 (optional).
4747
//'password' => '', // Optional.
48-
//'authfile' => '/run/secrets/file_name', // File with a password, e.g. Docker secrets (optional).
48+
//'authfile' => '/run/secrets/file_name', // File with a password, e.g., Docker secrets (optional).
4949
//'path' => '/var/run/redis/redis-server.sock', // Unix domain socket (optional).
5050
//'databases' => 16, // Number of databases, use this if the CONFIG command is disabled (optional).
5151
//'scansize' => 1000, // Number of keys, the server will use the SCAN command instead of KEYS (optional).

0 commit comments

Comments
 (0)