Add optional Elasticsearch setting
This commit is contained in:
parent
5b9dd4fb80
commit
86795f1091
|
@ -61,6 +61,12 @@ preventCache: false
|
||||||
# key: example-tls-key
|
# key: example-tls-key
|
||||||
# cert: example-tls-cert
|
# cert: example-tls-cert
|
||||||
|
|
||||||
|
# Elasticsearch
|
||||||
|
# elasticsearch:
|
||||||
|
# host: localhost
|
||||||
|
# port: 9200
|
||||||
|
# pass: null
|
||||||
|
|
||||||
# ServiceWorker
|
# ServiceWorker
|
||||||
# sw:
|
# sw:
|
||||||
# # Public key of VAPID
|
# # Public key of VAPID
|
||||||
|
|
Loading…
Reference in New Issue