Subversion Repositories bacoAlunos

Rev

Rev 1310 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
225 jmachado 1
##
2
## Properties file to be used with ant build.xml
3
##
4
 
5
##database configuration
6
database.host=localhost
7
database.port=3306
8
database.catalog=estgweb
9
database.username=root
10
database.password=
11
hibernate.show.sql=false
12
 
13
use.ldap=true
14
 
15
#Paths configuration
16
tomcat.home=C:/Servidores/apache-tomcat-6.0.16
17
tomcat.libs.ant.home=${tomcat.home}/lib
18
tomcat.libs.common.home=${tomcat.home}/lib
19
 
20
 
21
tomcat.host=localhost
22
tomcat.port=8080
23
tomcat.url=http://${tomcat.host}:${tomcat.port}
24
tomcat.manager=${tomcat.url}/manager
25
tomcat.username=admin
26
tomcat.password=admin
27
 
28
#IF is ROOT use Nothing
29
#example for ROOT:
30
#        tomcat.context.path.install=/
31
#        tomcat.context.path=
32
#
33
#example for /mitra:
34
#        tomcat.context.path.install=/baco
35
#        tomcat.context.path=/baco
36
#
37
tomcat.context.path.install=/baco
38
tomcat.context.path=/baco
39
tomcat.war.file=baco.war
40
 
1327 jmachado 41
 
42
#EMAIL SERVER SMTP GOOGLE
43
email.password=DUMMY_PASSWORD_GMAIL
44
##Em testes colocar a true
45
test.control.var=true
46
 
47
oracle.siges.username=dummyChangeInLocal
48
oracle.siges.password=dummyChangeInLocal