-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathwebprotege.properties
40 lines (31 loc) · 1.16 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
############### 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=/srv/webprotege
############### 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=
# -------- mongodb.host ----------- #
# The host name of the mongodb server.
# Default: localhost
# Optional
mongodb.host=mongodb
# -------- mongodb.port ----------- #
# The port number of the mongodb server.
# Default: 27017
# Optional
#mongodb.port=27017