mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-06 10:57:27 +08:00
[U] Update config
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user