mirror of https://github.com/hykilpikonna/AquaDX
[U] Update config
parent
437b638973
commit
f32db6c83b
|
@ -75,7 +75,7 @@ spring.servlet.multipart.max-request-size=20MB
|
|||
########## For Sqlite ##########
|
||||
spring.datasource.driver-class-name=org.sqlite.JDBC
|
||||
spring.datasource.url=jdbc:sqlite:data/db.sqlite
|
||||
spring.jpa.properties.hibernate.dialect=org.sqlite.hibernate.dialect.SQLiteDialect
|
||||
spring.jpa.properties.hibernate.dialect=org.hibernate.community.dialect.SQLiteDialect
|
||||
|
||||
########## For MariaDB ##########
|
||||
#spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
|
||||
|
|
|
@ -9,6 +9,7 @@ billing.server.enable=true
|
|||
billing.server.port=8443
|
||||
## Http Server Port
|
||||
server.port=80
|
||||
spring.flyway.clean-disabled=false
|
||||
spring.flyway.locations=classpath:db/migration/mariadb
|
||||
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
|
||||
spring.datasource.username=aqua_test
|
||||
|
|
|
@ -9,6 +9,7 @@ billing.server.enable=true
|
|||
billing.server.port=8443
|
||||
## Http Server Port
|
||||
server.port=80
|
||||
spring.flyway.clean-disabled=false
|
||||
spring.flyway.locations=classpath:db/migration/mysql
|
||||
spring.datasource.driver-class-name=com.mysql.cj.jdbc.Driver
|
||||
spring.datasource.username=aqua_test
|
||||
|
|
|
@ -9,6 +9,7 @@ billing.server.enable=true
|
|||
billing.server.port=8443
|
||||
## Http Server Port
|
||||
server.port=80
|
||||
spring.flyway.clean-disabled=false
|
||||
spring.datasource.driver-class-name=org.sqlite.JDBC
|
||||
spring.datasource.url=jdbc:sqlite:data/test.sqlite
|
||||
spring.flyway.locations=classpath:db/migration/sqlite
|
||||
|
|
Loading…
Reference in New Issue