mirror of
https://github.com/jikan-me/jikan-rest.git
synced 2025-02-20 11:23:35 +08:00
added new settings for scout in env.dist
This commit is contained in:
parent
0610b630c7
commit
00e8f25c6c
22
.env.dist
22
.env.dist
@ -89,6 +89,28 @@ QUEUE_TABLE=jobs
|
||||
QUEUE_FAILED_TABLE=jobs_failed
|
||||
QUEUE_DELAY_PER_JOB=5
|
||||
|
||||
###
|
||||
# Scout config
|
||||
###
|
||||
# For TypeSense use: typesense
|
||||
# For ElasticSearch use: Matchish\ScoutElasticSearch\Engines\ElasticSearchEngine
|
||||
#SCOUT_DRIVER=typesense
|
||||
#SCOUT_QUEUE=false
|
||||
|
||||
###
|
||||
# TypeSense Config
|
||||
###
|
||||
#TYPESENSE_HOST=localhost
|
||||
#TYPESENSE_PORT=8108
|
||||
#TYPESENSE_API_KEY=
|
||||
|
||||
###
|
||||
# ElasticSearch Config
|
||||
###
|
||||
# ELASTICSEARCH_HOST=host:port
|
||||
# you can use commas as sperator for additional nodes:
|
||||
# ELASTICSEARCH_HOST=host:port,host:port
|
||||
|
||||
###
|
||||
# Throttling
|
||||
# Rate limiting requests
|
||||
|
Loading…
x
Reference in New Issue
Block a user