File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed
Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change 1+ # Database connection information.
2+ spring.datasource.url =${INSIGHTS_BOT_DB_URL}
3+ spring.datasource.username =${INSIGHTS_BOT_DB_USER}
4+ spring.datasource.password =${INSIGHTS_BOT_DB_PASS}
5+ spring.datasource.driver-class-name =org.mariadb.jdbc.Driver
6+ spring.jpa.database-platform =org.hibernate.dialect.MariaDB103Dialect
7+ spring.jpa.properties.hibernate.jdbc.time_zone =UTC
8+ spring.datasource.hikari.maximum-pool-size =3
9+ spring.datasource.hikari.minimum-idle =1
10+ spring.datasource.hikari.allow-pool-suspension =true
11+
12+ spring.jpa.show-sql =false
13+ spring.jpa.open-in-view =true
14+ spring.jpa.hibernate.ddl-auto =update
15+
16+ # Use a custom banner ASCII image for startup.
17+ spring.main.banner-mode =off
18+
19+ # Additional Config to boot faster/lighter.
20+ spring.main.lazy-initialization =true
You can’t perform that action at this time.
0 commit comments