forked from shabanovd/exist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
client.properties.tmpl
54 lines (41 loc) · 1.27 KB
/
client.properties.tmpl
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
#
# $Id$
#
## Default Driver
driver=org.exist.xmldb.DatabaseImpl
## Configure XMLRPC URI
## uncomment one "uri=" and one "ssl-enable=" line
## Default XMLRPC (HTTP)
uri=xmldb:exist://localhost:8080/exist/xmlrpc
ssl-enable=false
## Secure XMLRPC (HTTPS)
#uri=xmldb:exist://localhost:8443/exist/xmlrpc
#ssl-enable=true
## URI for stand-alone server
#uri=xmldb:exist://localhost:8088/xmlrpc
#ssl-enable=false
## Access a local instance ('embedded mode')
#uri=xmldb:exist://
## Alternate URIs (to be checked)
alternate_uri_0=xmldb:exist://localhost:8080/exist/xmlrpc
alternate_uri_1=xmldb:exist://localhost:8088/xmlrpc
alternate_uri_2=xmldb:exist://
## pretty-print XML
indent=yes
## default character encoding for display
##
## note: the actual encoding of the output depends on your system's
## language setting. Java will convert all output to System.out into
## the current default encoding.
#encoding=ISO-8859-1
encoding=UTF-8
## use ANSI colors for collection listings
colors=false
## show user permissions (may slow down the client)
permissions=true
## should XInclude elements be processed when
## serializing a document?
expand-xincludes=yes
## highlight matches in element and attribute values?
## possible values are "none", "both", "elements", "attributes"
highlight-matches=none