Fix hostname for power on request. Add chuni event data

This commit is contained in:
samnyan
2020-01-16 17:02:32 +09:00
parent 89771b7b51
commit 8287f1f0ba
5 changed files with 361 additions and 8 deletions

View File

@@ -2,7 +2,7 @@
aimedb.server.enable=true
aimedb.server.port=22345
## Server host return to client when boot up.
## Please notice some game won't work with localhost or 127.0.0.1
## Please notice DIVA won't work with localhost or 127.0.0.1
## Set this to same port to Http Server Port
allnet.server.host=localhost
allnet.server.port=80
@@ -14,11 +14,12 @@ server.port=80
spring.servlet.multipart.max-file-size=10MB
spring.servlet.multipart.max-request-size=20MB
## Database Setting
spring.datasource.initialization-mode=always
########## For Sqlite ##########
spring.datasource.driver-class-name=org.sqlite.JDBC
spring.datasource.url=jdbc:sqlite:data/db.sqlite
#auto schema update will case sqlite error
spring.jpa.hibernate.ddl-auto=none
spring.jpa.hibernate.ddl-auto=update
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.SQLiteDialect
########## For Mysql ##########
#spring.datasource.driver-class-name=org.mariadb.jdbc.Driver