mirror of
https://github.com/hykilpikonna/AquaDX.git
synced 2026-09-14 12:25:53 -05:00
chore: restore application.properties
This commit is contained in:
@@ -19,7 +19,7 @@ allnet.server.hide-port=true
|
||||
allnet.server.place-name=AquaDX
|
||||
## This enables client serial validation during power on request using keychip table in database.
|
||||
## Only enable this if you know what you are doing.
|
||||
allnet.server.check-keychip=false
|
||||
allnet.server.check-keychip=true
|
||||
## Interval between keychip session clean up checks in ms. Default is 1 day.
|
||||
allnet.server.keychip-ses-clean-interval=86400000
|
||||
## Token that haven't been used for this amount of time will be removed from the database. Default is 2 days.
|
||||
@@ -86,9 +86,9 @@ spring.servlet.multipart.max-request-size=20MB
|
||||
|
||||
## Database Setting
|
||||
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
|
||||
spring.datasource.username=cat
|
||||
spring.datasource.password=meow
|
||||
spring.datasource.url=jdbc:mariadb://localhost:3369/main?allowPublicKeyRetrieval=true&useSSL=false
|
||||
spring.datasource.username=aqua
|
||||
spring.datasource.password=aqua
|
||||
spring.datasource.url=jdbc:mariadb://localhost:3306/aqua?allowPublicKeyRetrieval=true&useSSL=false
|
||||
spring.datasource.hikari.maximum-pool-size=10
|
||||
|
||||
################################
|
||||
@@ -141,4 +141,4 @@ aqua-net.bot.enabled=true
|
||||
aqua-net.bot.secret=hunter2
|
||||
|
||||
## OpenAI Settings (For content moderation)
|
||||
aqua-net.openai.api-key=sk-1234567890abcdef1234567890abcdef
|
||||
aqua-net.openai.api-key=sk-1234567890abcdef1234567890abcdef
|
||||
Reference in New Issue
Block a user