-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.conf
59 lines (34 loc) · 1.26 KB
/
main.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
########################
# GLOBAL #
########################
# timezone for correct timestamp in logs
TIMEZONE=Europe/Minsk
# private network for container interconnection
IPV4_NETWORK=172.16.0
# host address to publish browse-and-search application
PUBLIC_ADDR=127.0.0.1:80
##########################
# bs-nginx #
##########################
################################
# bs-meilisearch #
################################
# leave empty for <development> or set <production> explicitly
# read more about meili_env here: https://docs.meilisearch.com/learn/configuration/instance_options.html#environment
MEILI_ENV=
# meilisearch is accessible via
MEILI_HOST_URL=http://bs-meilisearch:7700
# client access file
MEILI_SEARCH_KEY= # generated automatically by bs-nginx:/docker-entrypoint.d/40-configure-meilisearch.sh
MEILI_INDEX_NAME=files
# authentication
MEILI_MASTER_KEY=apuu3fu5ooD7ielaejoh3jiejaiy8e
################################
# bs-scraper #
################################
# by default scraper does not clean old index,
# but updates it with new documents
# VALUES:
# YES - clean index before sending any document
# NO - updating index with new documents
SCRAPER_CLEAN_INDEX=YES