-
Notifications
You must be signed in to change notification settings - Fork 0
/
example.developer.properties
98 lines (74 loc) · 3.63 KB
/
example.developer.properties
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
#
# -----------------------------------------------------------------------------
#
# Runtime properties for developer mode.
#
# If the developer.properties file is present in the config sub-directory of
# your VIVO home directory, it will be loaded as VIVO starts up, taking effect
# immediately.
#
# Each of these properties can be set or changed while VIVO is running, but it
# can be convenient to set them in advance.
#
# WARNING: Some of these options can seriously degrade performance. They should
# not be enabled in a production instance of VIVO.
#
# For more information go to
# https://wiki.duraspace.org/display/VIVO/The+Developer+Panel
#
# -----------------------------------------------------------------------------
#
#------------------------------------------------------------------------------
# General options
#------------------------------------------------------------------------------
# developer.enabled = true
# developer.permitAnonymousControl = true
#------------------------------------------------------------------------------
# Freemarker
#------------------------------------------------------------------------------
# developer.defeatFreemarkerCache = true
# developer.insertFreemarkerDelimiters = true
#------------------------------------------------------------------------------
# Page configuration
#------------------------------------------------------------------------------
# developer.pageContents.logCustomListView = false
# developer.pageContents.logCustomShortView = false
#------------------------------------------------------------------------------
# Internationalization
#------------------------------------------------------------------------------
# developer.i18n.defeatCache = false
# developer.i18n.logStringRequests = false
#------------------------------------------------------------------------------
# Logging SPARQL queries
#------------------------------------------------------------------------------
# developer.loggingRDFService.enable = true
# developer.loggingRDFService.stackTrace = true
# developer.loggingRDFService.queryRestriction = .*
# developer.loggingRDFService.stackRestriction = .*
#------------------------------------------------------------------------------
# Logging Search indexing
#------------------------------------------------------------------------------
# developer.searchIndex.enable = true
# developer.searchIndex.showDocuments = true
# developer.searchIndex.uriOrNameRestriction = .*
# developer.searchIndex.documentRestriction = .*
# developer.searchIndex.logIndexingBreakdownTimings = false
# developer.searchIndex.suppressModelChangeListener = false
# developer.searchDeletions.enable = false
#------------------------------------------------------------------------------
# Logging Search queries
#------------------------------------------------------------------------------
# developer.searchEngine.enable = true
# developer.searchEngine.addStackTrace = true
# developer.searchEngine.addResults = true
# developer.searchEngine.queryRestriction = .*
# developer.searchEngine.stackRestriction = .*
#------------------------------------------------------------------------------
# Logging policy decisions (authorization)
#------------------------------------------------------------------------------
# developer.authorization.logDecisions.enable = false
# developer.authorization.logDecisions.addIdentifiers = false
# developer.authorization.logDecisions.skipInconclusive = false
# developer.authorization.logDecisions.actionRestriction = false
# developer.authorization.logDecisions.userRestriction = false
# developer.authorization.logDecisions.policyRestriction = false