backend-api #6
11
MyINPulse-back/src/test/resources/application.properties
Normal file
11
MyINPulse-back/src/test/resources/application.properties
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
spring.datasource.driver-class-name=org.h2.Driver
|
||||||
|
spring.datasource.url=jdbc:h2:mem:db;DB_CLOSE_DELAY=-1
|
||||||
|
spring.datasource.username=sa
|
||||||
|
spring.datasource.password=sa
|
||||||
|
spring.sql.init.mode=never
|
||||||
|
spring.application.name=myinpulse-test
|
||||||
|
spring.security.oauth2.resourceserver.jwt.jwk-set-uri=http://localhost:7080/realms/test/protocol/openid-connect/certs
|
||||||
|
spring.security.oauth2.resourceserver.jwt.issuer-uri=http://localhost:7080/realms/test
|
||||||
|
logging.level.org.springframework.security=DEBUG
|
||||||
|
spring.jpa.hibernate.ddl-auto=update
|
||||||
|
logging.pattern.console=%d{yyyy-MMM-dd HH:mm:ss.SSS} [%thread] %highlight(%-5level) %cyan(%logger{15}) - %msg %n
|
Loading…
x
Reference in New Issue
Block a user