mirror of
https://github.com/Soyandroid/aqua.git
synced 2026-03-21 17:54:19 -05:00
17 lines
588 B
Properties
17 lines
588 B
Properties
# For testing
|
|
## AimeDb server setting
|
|
aimedb.server.enable=true
|
|
aimedb.server.port=22345
|
|
allnet.server.host=localhost
|
|
allnet.server.port=80
|
|
aimedb.server.address=127.0.0.1
|
|
## Http Server Port
|
|
server.port=80
|
|
spring.flyway.locations=classpath:db/migration/mysql
|
|
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
|
|
spring.datasource.username=aqua_test
|
|
spring.datasource.password=aqua_test
|
|
spring.datasource.url=jdbc:mariadb://localhost:3306/aqua_test?useSSL=false
|
|
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.MariaDB10Dialect
|
|
spring.jpa.hibernate.ddl-auto=validate
|