Skip to content
Snippets Groups Projects
Verified Commit 36a2a48a authored by magicfelix's avatar magicfelix
Browse files

[Docs] Fix redis address scheme

parent c66ada71
No related branches found
No related tags found
1 merge request!978[Docs] Fix redis address scheme
Pipeline #56095 passed
......@@ -40,7 +40,7 @@ A configuration file might look like this::
password = "SuperSecretPassword"
[caching]
redis = { enabled = true, address = "127.0.0.1" }
redis = { enabled = true, address = "redis://127.0.0.1" }
The `secret_key` setting above defines a single value. The following `http`
section defines a table (cf. a dictionary) in one way, and you can see the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment