Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irmago
Commits
a358c151
Commit
a358c151
authored
Dec 16, 2021
by
Sietse Ringers
Browse files
docs: add --redis-no-tls flag to Redis section in README.md
parent
681feb67
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
a358c151
...
...
@@ -118,7 +118,7 @@ docker run --name redis-test-instance -p 6379:6379 -d redis
You can then start
`irma`
with the store-type flag set to Redis and the
[
default configuration file
](
testdata/configurations/redis.yml
)
.
```
irma server -vv --store-type redis --redis-addr "localhost:6379" --redis-allow-empty-password
irma server -vv --store-type redis --redis-addr "localhost:6379" --redis-allow-empty-password
--redis-no-tls
```
<!-- vim: set ts=4 sw=4: -->
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment