-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathapplication.properties
More file actions
28 lines (22 loc) · 875 Bytes
/
application.properties
File metadata and controls
28 lines (22 loc) · 875 Bytes
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
init-db=true
################### Hibernate Configuration ##########################
hibernate.connection.driver_class=org.hsqldb.jdbcDriver
hibernate.connection.url=jdbc:hsqldb:file:/tmp/scadb/scadb;hsqldb.write_delay=false;locked=false;shutdown=true
hibernate.connection.username=sa
hibernate.connection.password=
hibernate.dialect=org.hibernate.dialect.HSQLDialect
hibernate.show_sql=false
hibernate.hbm2ddl.auto=update
hibernate.connection.validation_query=SELECT 1 FROM INFORMATION_SCHEMA.SYSTEM_USERS
hibernate.c3p0.min_size=5
hibernate.c3p0.max_size=20
hibernate.c3p0.timeout=300
hibernate.c3p0.max_statements=50
hibernate.c3p0.idle_test_period=3000
################### JavaMail Configuration ##########################
smtp.host=smtp.gmail.com
smtp.port=465
smtp.protocol=smtps
smtp.username=edubezerra@gmail.com
smtp.password=
support.email=edubezerra@gmail.com