hide h2 pass
This commit is contained in:
parent
b6280d4fe5
commit
5eb975bcf9
@ -24,7 +24,7 @@ spring.jpa.hibernate.ddl-auto=create-drop
|
||||
spring.sql.init.mode=embedded
|
||||
spring.datasource.driverClassName=org.h2.Driver
|
||||
spring.datasource.username=sa
|
||||
spring.datasource.password=sa
|
||||
spring.datasource.password=${H2_PASS}
|
||||
spring.h2.console.settings.web-allow-others=true
|
||||
spring.jpa.database-platform=org.hibernate.dialect.H2Dialect
|
||||
spring.jpa.defer-datasource-initialization = true
|
||||
|
Loading…
Reference in New Issue
Block a user