-
Notifications
You must be signed in to change notification settings - Fork 0
/
basex.sample
53 lines (49 loc) · 1.28 KB
/
basex.sample
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
#
# Configuration file for using baseX with Rest4IGT
# Search for the string "Rest4IGT Note" and provide the information needed
# Rename this file ".basex" and move it in the directory of your choice,
# and run basexhttp from the directory containing it.
#
# General Options
DEBUG = false
## [Rest4IGT Note] point to the directory containing your BaseX databases.
## This repository is created by BaseX.
DBPATH = /home/sylvain/BaseXData
LOGPATH = .logs
REPOPATH =
LANG = English
LANGKEYS = false
FAIRLOCK = false
CACHETIMEOUT = 3600
# Client/Server Architecture
HOST = localhost
PORT = 1984
SERVERPORT = 1984
USER =
PASSWORD =
SERVERHOST =
PROXYHOST =
PROXYPORT = 0
NONPROXYHOSTS =
IGNORECERT = false
IGNOREHOSTNAME = false
TIMEOUT = 30
KEEPALIVE = 600
PARALLEL = 8
LOG = true
LOGMSGMAXLEN = 1000
LOGTRACE = true
# HTTP Services
## [Rest4IGT Note] point to the webapp dir on your system
WEBPATH = /home/sylvain/Workspace/Rest4Interlinear/webapp
GZIP = false
## [Rest4IGT Note] point to the webapp dir on your system
RESTPATH = /home/sylvain/Workspace/Rest4Interlinear/webapp
## [Rest4IGT Note] point to the webapp dir on your system
RESTXQPATH = /home/sylvain/Workspace/Rest4Interlinear/webapp
PARSERESTXQ = 3
RESTXQERRORS = true
HTTPLOCAL = false
STOPPORT = 8985
AUTHMETHOD = Basic
# Local Options