-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathapplication-prod.yml
53 lines (46 loc) · 1.23 KB
/
application-prod.yml
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
server:
port: 8080
spring:
profiles:
active: prod
datasource:
dataSourceClassName: org.postgresql.ds.PGSimpleDataSource
url:
databaseName: BikeMan
serverName: localhost
username: BikeMan
password:
jpa:
database-platform: org.hibernate.dialect.PostgreSQL82Dialect
database: POSTGRESQL
openInView: false
show_sql: false
generate-ddl: false
hibernate:
ddl-auto: none
naming-strategy: org.hibernate.cfg.EJB3NamingStrategy
properties:
hibernate.cache.use_second_level_cache: true
hibernate.cache.use_query_cache: false
hibernate.generate_statistics: false
hibernate.cache.region.factory_class: org.hibernate.cache.ehcache.SingletonEhCacheRegionFactory
mail:
baseUrl: http://localhost:8080
thymeleaf:
mode: XHTML
cache: true
metrics:
jmx.enabled: true
spark:
enabled: false
host: localhost
port: 9999
graphite:
enabled: false
host: localhost
port: 2003
prefix: BikeMan
cache:
timeToLiveSeconds: 3600
ehcache:
maxBytesLocalHeap: 256M