12
12
13
13
# ## ! Required ! ###
14
14
# ## Host root link prefix - WITHOUT trailing slash ! ###
15
- # HOST_LINK = http://localhost :5900
15
+ HOST_LINK = http://127.0.0.1 :5900
16
16
17
17
# ## ! Background Worker host:port ! ###
18
- # # Default - production: http://localhost :55933/ - development: http://localhost :5903/ ##
19
- WORKER_HOST = http://localhost :5903/
20
- # WORKER_HOST = http://localhost :55933/
18
+ # # Default - production: http://127.0.0.1 :55933/ - development: http://127.0.0.1 :5903/ ##
19
+ WORKER_HOST = http://127.0.0.1 :5903/
20
+ # WORKER_HOST = http://127.0.0.1 :55933/
21
21
22
22
# ## ! Always set ! ###
23
23
TARGET_YEAR = 2021
@@ -38,12 +38,12 @@ MARC_MESHCODE = czmesh
38
38
# ## Default MARC export style ###
39
39
# # line - for yaz-marcdump conversion to ISO2709 ##
40
40
# # mrk - for MarcEdit conversion to ISO2709 ##
41
- # MARC_LINE = mrk
41
+ MARC_LINE = mrk
42
42
43
43
# ## Default MARC tree style: def OR daw ###
44
44
# # def - field 072 ##
45
45
# # daw - field 686 ##
46
- # MARC_TREE = daw
46
+ MARC_TREE = daw
47
47
48
48
# ## Available Bootstrap themes: slate, spacelab, flatly - default: slate ###
49
49
# DEFAULT_THEME = spacelab
@@ -59,7 +59,7 @@ MARC_MESHCODE = czmesh
59
59
60
60
# ## Permanent link prefix to your authority record display webpage ###
61
61
# # Default: /mtw/search/ui:
62
- # AUT_LINK = https://www.medvik.cz/link/
62
+ AUT_LINK = https://www.medvik.cz/link/
63
63
64
64
# ## ! Translated MeSH Tree Top ! ###
65
65
MESH_TREE = {
@@ -137,7 +137,7 @@ TARGET_NS = http://mesh.medvik.cz/link/
137
137
# SOURCE_NS = http://id.nlm.nih.gov/mesh/2019/
138
138
139
139
# ## Default values:
140
- # SPARQL_HOST = http://localhost :3030/
140
+ # SPARQL_HOST = http://127.0.0.1 :3030/
141
141
# SPARQL_DATASET = mesh
142
142
143
143
# ## DO NOT EDIT BELOW THIS LINE ###
0 commit comments