Subversion Repositories bacoAlunos

Rev

Rev 1327 | 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
 
1382 jmachado 5
env.JAVA_HOME=/System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
6
 
225 jmachado 7
##database configuration
8
database.host=localhost
9
database.port=3306
10
database.catalog=estgweb
11
database.username=root
12
database.password=
13
hibernate.show.sql=false
14
 
15
use.ldap=true
16
 
17
#Paths configuration
18
tomcat.home=C:/Servidores/apache-tomcat-6.0.16
19
tomcat.libs.ant.home=${tomcat.home}/lib
20
tomcat.libs.common.home=${tomcat.home}/lib
21
 
22
 
23
tomcat.host=localhost
24
tomcat.port=8080
25
tomcat.url=http://${tomcat.host}:${tomcat.port}
26
tomcat.manager=${tomcat.url}/manager
27
tomcat.username=admin
28
tomcat.password=admin
29
 
30
#IF is ROOT use Nothing
31
#example for ROOT:
32
#        tomcat.context.path.install=/
33
#        tomcat.context.path=
34
#
35
#example for /mitra:
36
#        tomcat.context.path.install=/baco
37
#        tomcat.context.path=/baco
38
#
39
tomcat.context.path.install=/baco
40
tomcat.context.path=/baco
41
tomcat.war.file=baco.war
42
 
1327 jmachado 43
 
44
#EMAIL SERVER SMTP GOOGLE
45
email.password=DUMMY_PASSWORD_GMAIL
46
##Em testes colocar a true
47
test.control.var=true
48
 
49
oracle.siges.username=dummyChangeInLocal
50
oracle.siges.password=dummyChangeInLocal