mirror of
https://github.com/imgfloat/server.git
synced 2026-02-05 11:49:25 +00:00
Add sqlite
This commit is contained in:
@@ -13,6 +13,18 @@ spring:
|
||||
name: imgfloat
|
||||
thymeleaf:
|
||||
cache: false
|
||||
datasource:
|
||||
url: jdbc:sqlite:imgfloat.db
|
||||
driver-class-name: org.sqlite.JDBC
|
||||
jpa:
|
||||
hibernate:
|
||||
ddl-auto: update
|
||||
database-platform: org.hibernate.community.dialect.SQLiteDialect
|
||||
session:
|
||||
store-type: jdbc
|
||||
jdbc:
|
||||
initialize-schema: always
|
||||
platform: sqlite
|
||||
security:
|
||||
oauth2:
|
||||
client:
|
||||
|
||||
Reference in New Issue
Block a user