application.properties (470B)
1 tasks.scryfall-synchronization.enabled=false 2 spring.jpa.database-platform=org.hibernate.community.dialect.SQLiteDialect 3 4 spring.jpa.hibernate.ddl-auto=validate 5 # spring.jpa.hibernate.ddl-auto=create 6 # spring.flyway.enabled=false 7 # spring.jpa.show-sql=true 8 9 spring.jpa.properties.hibernate.jdbc.batch_size=10000 10 spring.jpa.properties.hibernate.order_inserts=true 11 spring.jpa.properties.hibernate.order_updates=true 12 spring.jpa.properties.hibernate.generate_statistics=false