mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 05:57:32 -07:00
Add optional Elasticsearch setting
This commit is contained in:
parent
2e0c224008
commit
e6297939b0
1 changed files with 6 additions and 0 deletions
|
@ -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 a new issue