-
Notifications
You must be signed in to change notification settings - Fork 7
/
unittest.properties
53 lines (44 loc) · 1.89 KB
/
unittest.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
# Application URL
domain.name=http://eunis.eea.europa.eu
# Full path to the directory where EUNIS keeps its "internal" files that should not be kept in webapp folder.
# NB! This path MUST end with slash (or whichever path separator you use)!
app.home=target/
# Location where Tomcat is installed.
tomcat.home=/var/lib/tomcat5
# Location where Tomcat application is installed.
webapp.home=/var/lib/tomcat5/webapps/eunis
# Properties for simple database access.
mysql.dbname=eunis
mysql.driver=com.mysql.jdbc.Driver
mysql.url=jdbc:mysql:mxj://localhost:3936/eunistest
mysql.url.ending=?createDatabaseIfNotExist=true\
&server.initialize-user=true\
&server.basedir=/tmp/eunis-mxj\
&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8
mysql.url.ending.escaped=?createDatabaseIfNotExist=true\
&server.initialize-user=true\
&server.basedir=/tmp/eunis-mxj\
&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8
mysql.user=testuser
mysql.password=testpassword
# Directory where log4j log file will be stored
log4j.appender.JRFFile.File=target/jrf.log
log4j.appender.ErrOut.File=target/error.log
# Directory where rdfExporter stores generated files
rdfexporter.files.dest.dir=.
# Directory where sh scripts will be stored
scripts.dir=target/eunisscripts
# Properties for TEST database access. (DB name should contain string "test")
# Note: as long as we lower case table names, it must run as a private mysql instance
db.unitest.drv=com.mysql.jdbc.Driver
db.unitest.url=jdbc:mysql:mxj://localhost:3936/eunistest\
?createDatabaseIfNotExist=true\
&server.initialize-user=true\
&server.basedir=/tmp/eunis-mxj\
&autoReconnect=true&useUnicode=true&characterEncoding=UTF-8
# The database userid is shared with other projects.
db.unitest.usr=testuser
db.unitest.pwd=testpassword
bise.redirect=false
# API oken for FME map access
fme.token=