Added new demonic pacts images and theme.

This commit is contained in:
2026-01-16 13:29:04 +08:00
parent ea8484fca7
commit e807d3c380
16 changed files with 1849 additions and 893 deletions

View File

@@ -3,7 +3,7 @@ spring:
name: group-ironmen-backend
datasource:
url: jdbc:mariadb://${DB_HOST:localhost}:${DB_PORT:3306}/${DB_NAME:groupironman}?useSSL=false&allowPublicKeyRetrieval=true
url: jdbc:mariadb://${DB_HOST:localhost}:${DB_PORT:3307}/${DB_NAME:groupironman}?useSSL=false&allowPublicKeyRetrieval=true
username: ${DB_USER:root}
password: ${DB_PASSWORD:password}
driver-class-name: org.mariadb.jdbc.Driver