summaryrefslogtreecommitdiffstats
path: root/portal-BE/src/main/resources/test.properties
blob: 64639b4441b7ad18bbe0ea77ab0d7db05d78d26c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
server.port=8080

spring.jpa.database=mysql
spring.jpa.show-sql=true
spring.jpa.hibernate.ddl-auto=update
spring.h2.console.enabled=true
spring.datasource.url=jdbc:h2:mem:testdb
spring.datasource.driverClassName=org.h2.Driver
spring.datasource.username=sa
spring.datasource.password=password
spring.datasource.initialization-mode=always
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect

#PROPERTIES
external_access_enable = false