-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathfilter-development-unix.properties
53 lines (42 loc) · 2.18 KB
/
filter-development-unix.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
profile.version=${entando.version}
profile.application.name=fsi-backoffice
profile.application.baseurl.hostname=localhost
profile.application.baseurl.port=8080
profile.application.baseurl.port.separator=:
profile.workdir=${basedir}
profile.tomcat.home=/opt/tomcat6
profile.log.level=INFO
profile.log.file.size=200000
profile.log.file.count=10
profile.log.file.prefix=${profile.workdir}/target/log_${profile.application.name}
profile.config.version=production
profile.resources.path=${profile.workdir}/src/main/webapp/resources
profile.resources.path.protected=${profile.workdir}/src/main/webapp/protected
profile.index.path=${profile.workdir}/target/temp/indexdir
profile.db.restore.enabled=true
# --------------------- Database Configuration: DERBY ---------------------
profile.database.hostname=localhost
profile.database.port=1527
profile.database.username=agile
profile.database.password=agile
#usually no need to change the following group of 3 properties:
profile.database.driverClassName=org.apache.derby.jdbc.EmbeddedDriver
profile.database.url.portdb=jdbc:derby:${project.build.directory}/derby/production/${profile.application.name}Port;create=true
profile.database.url.servdb=jdbc:derby:${project.build.directory}/derby/production/${profile.application.name}Serv;create=true
# --------------------- Database Configuration: PostgreSQL ---------------------
#profile.database.hostname=tests.serv.run
#profile.database.port=5432
#profile.database.username=agile
#profile.database.password=agile
#usually no need to change the following group of 3 properties:
#profile.database.driverClassName=org.postgresql.Driver
#profile.database.url.portdb=jdbc:postgresql://${profile.database.hostname}:${profile.database.port}/${profile.application.name}Port
#profile.database.url.servdb=jdbc:postgresql://${profile.database.hostname}:${profile.database.port}/${profile.application.name}Serv
# --------------------- Database Configuration: MySQL ---------------------
#profile.database.hostname=localhost
#profile.database.port=3306
#profile.database.username=agile
#profile.database.password=agile
#
#usually no need to change the following group of 3 properties:
#profile.database.driverClassName=com.mysql.jdbc.Driver