@@ -109,7 +109,7 @@ WORKER_HOST = http://127.0.0.1:55933/
109
109
API_SCOPE = mtw_api_worker
110
110
API_STATUS = private
111
111
API_TIMEOUT = 10
112
- API_TOKEN_MAX_AGE = 10
112
+ API_TOKEN_MAX_AGE = 604800
113
113
114
114
# API_AUTH_BASIC_USER = test
115
115
# API_AUTH_BASIC_PWD = test
@@ -124,17 +124,17 @@ TARGET_LANG = cs
124
124
# # the custom URI prefix for you translation ##
125
125
TARGET_NS = http://mesh.medvik.cz/link/
126
126
127
- # ## ! Source namespace ! ###
128
- # # default: http://id.nlm.nih.gov/mesh/ ##
129
- # # If using a versioned MeSH source dataset You MUST specify a respective year, ie: mesh2019.nt.gz => SOURCE_NS = http://id.nlm.nih.gov/mesh/2019/ ##
130
- # SOURCE_NS = http://id.nlm.nih.gov/mesh/2019/
131
-
132
127
# ## Default values:
133
128
# SPARQL_HOST = http://127.0.0.1:3030/
134
129
# SPARQL_DATASET = mesh
135
130
136
131
# ## DO NOT EDIT BELOW THIS LINE ###
137
132
133
+ # ## Source namespace ###
134
+ # # Default: http://id.nlm.nih.gov/mesh/ ##
135
+ # # If using a versioned MeSH source dataset You MUST specify a respective year, ie: mesh2019.nt.gz => SOURCE_NS = http://id.nlm.nih.gov/mesh/2019/ ##
136
+ # SOURCE_NS = http://id.nlm.nih.gov/mesh/2025/
137
+
138
138
# ## MeSH RDF SPARQL Endpoint
139
139
# MESH_RDF = https://id.nlm.nih.gov/mesh/sparql
140
140
@@ -143,7 +143,7 @@ TARGET_NS = http://mesh.medvik.cz/link/
143
143
# ## Source namespace vocabulary ###
144
144
# SOURCE_NS_VOCAB = http://id.nlm.nih.gov/mesh/vocab#
145
145
146
- # ## MeSH Translation vocabulary namespace - Please DO NOT CHANGE ###
146
+ # ## MeSH Translation vocabulary namespace - DO NOT CHANGE ###
147
147
# TRX_NS_VOCAB = http://www.medvik.cz/schema/mesh/vocab/#
148
148
149
149
[flowconf]
0 commit comments