-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathapp_config.yml
More file actions
24 lines (24 loc) · 865 Bytes
/
app_config.yml
File metadata and controls
24 lines (24 loc) · 865 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
CACHE_FOLDER : "path/to/folder/app_data"
SECRET_KEY : "fsdasdh3424vvcsd467fgh"
ASYNCHRONOUS_SEARCH : True
ELASTICSEARCH_URL : "https://localhost:9200"
IDR_TEST_FILE_URL : "https://raw.githubusercontent.com/IDR/idr.openmicroscopy.org/master/_data/studies.tsv"
PAGE_SIZE : 1000
CACHE_ROWS : 1000
MAX_RETUNED_ITEMS : 1000
ELASTICSEARCH_BACKUP_FOLDER: "path/to/elasticsearch/backup/folder"
verify_certs: False
ELASTIC_PASSWORD: elasticsearch_user_password
BASE_FOLDER: /etc/searchengine/
DEFAULT_DATASOURCE: default_datasource
AUTOMATIC_REFRESH: True
BASE_URL: http://127.0.0.1:5577/api/v1/resources/
NOT_INDEX_VECTOR: True
ALLOWED_ASYNCHRONIZED_PROCESS: 8
REDIS_URL: 127.0.0.1
REDIS_PORT: 6379
QUERIES_FOLDER: path/to/queries/folder
# queries files time to live in days
QUERIES_TTL: 7
MAX_RESULTS_FOR_ASYNC_QUERY: 2000000
MAX_PAGE_SIZE: 10000