18 lines
No EOL
488 B
Properties
18 lines
No EOL
488 B
Properties
# General
|
|
spring.application.name=home-cert-assistant
|
|
# Database
|
|
driverClassName=org.sqlite.JDBC
|
|
url=jdbc:sqlite:sqLiteDb.db
|
|
username=admin
|
|
password=admin
|
|
spring.jpa.database-platform=org.hibernate.community.dialect.SQLiteDialect
|
|
#TODO: Use flyway for db setup
|
|
hibernate.hbm2ddl.auto=update
|
|
#hibernate.show_sql=true
|
|
#hibernate.format_sql=true
|
|
|
|
# Logging
|
|
logging.level.root=INFO
|
|
logging.level.de.mlessmann.certassist=DEBUG
|
|
#logging.level.org.sqlite=TRACE
|
|
#logging.level.org.hibernate=DEBUG |