source: src/main/resources/application.properties@ d3cf3a1

Last change on this file since d3cf3a1 was d3cf3a1, checked in by Marija Micevska <marija_micevska@…>, 23 months ago

Initial commit

  • Property mode set to 100644
File size: 1.1 KB
Line 
1spring.datasource.url=jdbc:postgresql://localhost:9998/db_202122z_va_prj_educatum
2spring.datasource.username=db_202122z_va_prj_educatum_owner
3spring.datasource.password=4351e0a2965
4
5#spring.datasource.url=jdbc:postgresql://localhost:5432/postgres
6#spring.datasource.username=postgres
7#spring.datasource.password=2srnicka2
8
9spring.datasource.hikari.connection-timeout=20000
10spring.datasource.hikari.maximum-pool-size=5
11server.port=8888
12
13spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
14spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQL95Dialect
15spring.jpa.hibernate.ddl-auto=validate
16spring.jpa.show-sql=true
17spring.jpa.properties.hibernate.format_sql=true
18
19spring.http.multipart.max-file-size=100MB
20spring.http.multipart.max-request-size=100MB
21
22spring.mail.host=smtp.gmail.com
23spring.mail.port=587
24
25spring.mail.properties.mail.smtp.auth=true
26spring.mail.properties.mail.smtp.connectiontimeout=5000
27spring.mail.properties.mail.smtp.timeout=5000
28spring.mail.properties.mail.smtp.writetimeout=5000
29spring.mail.properties.mail.smtp.starttls.enable=true
Note: See TracBrowser for help on using the repository browser.