mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fixing default redis.host in documentation
This commit is contained in:
parent
09ddfd0c08
commit
b9940f8521
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ Module to provide redis functionality to Salt
|
|||
|
||||
.. code-block:: yaml
|
||||
|
||||
redis.host: 'localhost'
|
||||
redis.host: 'salt'
|
||||
redis.port: 6379
|
||||
redis.db: 0
|
||||
redis.password: None
|
||||
|
|
Loading…
Add table
Reference in a new issue