Path: blob/master/src/main/resources/application.properties
113 views
server.error.whitelabel.enabled=false spring.devtools.add-properties=false logging.level.root=warn spring.jpa.database-platform=com.nighthawk.spring_portfolio.SQLDialect spring.jpa.hibernate.ddl-auto=update spring.jpa.show-sql=false spring.jpa.properties.hibernate.format_sql=false spring.jpa.open-in-view=false spring.datasource.url = jdbc:sqlite:volumes/sqlite.db spring.datasource.driver-class-name = org.sqlite.JDBC spring.datasource.username = admin spring.datasource.password = admin server.port=8085