Skip to content

Commit 46392f3

Browse files
committed
Fixing example-config.yml
1 parent 9c83a71 commit 46392f3

File tree

1 file changed

+17
-19
lines changed

1 file changed

+17
-19
lines changed

example-config.yml

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,19 @@
1-
plugins:
2-
cache:
3-
name: redis
4-
options:
5-
host: ${REDIS_HOST}
6-
port: ${REDIS_PORT}
1+
cache:
2+
name: redis
3+
options:
4+
host: ${REDIS_HOST}
5+
port: ${REDIS_PORT}
76

87
# Using with a cluster
9-
# plugins:
10-
# cache:
11-
# name: redis
12-
# options:
13-
# nodes:
14-
# - host: <String>
15-
# port: <Number>
16-
# password: <String>
17-
# - host: <String>
18-
# port: <Number>
19-
# maxRedirections: 16
20-
# redisOptions:
21-
# password: 'fallback-password'
8+
# cache:
9+
# name: redis
10+
# options:
11+
# nodes:
12+
# - host: <String>
13+
# port: <Number>
14+
# password: <String>
15+
# - host: <String>
16+
# port: <Number>
17+
# maxRedirections: 16
18+
# redisOptions:
19+
# password: 'fallback-password'

0 commit comments

Comments
 (0)