implemented new DB core, referal system

This commit is contained in:
AddictionGames
2026-01-10 00:48:14 +02:00
parent 248e9cd4c9
commit c125063c84
24 changed files with 1155 additions and 136 deletions

View File

@@ -46,6 +46,12 @@ app:
# Maximum number of batches to process per cleanup run
max-batches-per-run: ${APP_SESSION_CLEANUP_MAX_BATCHES:20}
# GeoIP configuration
# Set GEOIP_DB_PATH environment variable to use external file (recommended for production)
# If not set, falls back to classpath:geoip/GeoLite2-Country.mmdb
geoip:
db-path: ${GEOIP_DB_PATH:}
logging:
level:
root: INFO