-
Notifications
You must be signed in to change notification settings - Fork 252
/
Copy pathwebprotege.properties
43 lines (33 loc) · 1.22 KB
/
webprotege.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
############### WebProtege Properties ###############
# This file documents the required and optional properties for WebProtege.
# WebProtege loads the webprotege.properties file from the classpath of the
# web application.
# To change the default values used by WebProtege, copy this file
# on to the classpath i.e. for tomcat, make sure that it resides in
# webapps/webprotege/classes.
############### REQUIRED PROPERTIES ###############
# -------- data.directory ----------- #
# The directory where WebProtege data is stored.
# Must be writable by the user under which tomcat runs.
# Example: /srv/webprotege
# REQUIRED
data.directory=${data.directory}
############### OPTIONAL PROPERTIES ###############
# -------- application.version ----------#
# The version of WebProtege. This is usually set at build time and does not normally
# need to be altered.
# Default: Automatically generated
# Optional
application.version=${version}
# -------- mongodb.host ----------- #
# The host name of the mongodb server.
# Default: localhost
# Optional
#mongodb.host=localhost
# -------- mongodb.port ----------- #
# The port number of the mongodb server.
# Default: 27017
# Optional
#mongodb.port=27017
# --------
project.dormant.time=180000