Skip to content

Commit 3b14fc6

Browse files
committedJan 24, 2025
Update mtw-dist.ini
1 parent 7b9bc2d commit 3b14fc6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎flask-app/dist/instance/conf/mtw-dist.ini

+7-7
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ WORKER_HOST = http://127.0.0.1:55933/
109109
API_SCOPE = mtw_api_worker
110110
API_STATUS = private
111111
API_TIMEOUT = 10
112-
API_TOKEN_MAX_AGE = 10
112+
API_TOKEN_MAX_AGE = 604800
113113

114114
#API_AUTH_BASIC_USER = test
115115
#API_AUTH_BASIC_PWD = test
@@ -124,17 +124,17 @@ TARGET_LANG = cs
124124
## the custom URI prefix for you translation ##
125125
TARGET_NS = http://mesh.medvik.cz/link/
126126

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-
132127
### Default values:
133128
#SPARQL_HOST = http://127.0.0.1:3030/
134129
#SPARQL_DATASET = mesh
135130

136131
### DO NOT EDIT BELOW THIS LINE ###
137132

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+
138138
### MeSH RDF SPARQL Endpoint
139139
#MESH_RDF = https://id.nlm.nih.gov/mesh/sparql
140140

@@ -143,7 +143,7 @@ TARGET_NS = http://mesh.medvik.cz/link/
143143
### Source namespace vocabulary ###
144144
#SOURCE_NS_VOCAB = http://id.nlm.nih.gov/mesh/vocab#
145145

146-
### MeSH Translation vocabulary namespace - Please DO NOT CHANGE ###
146+
### MeSH Translation vocabulary namespace - DO NOT CHANGE ###
147147
#TRX_NS_VOCAB = http://www.medvik.cz/schema/mesh/vocab/#
148148

149149
[flowconf]

0 commit comments

Comments
 (0)