[+] Props for matching

This commit is contained in:
Azalea
2024-12-29 07:07:47 -05:00
parent 99983b1eb1
commit 9b21193be2
2 changed files with 9 additions and 8 deletions

View File

@@ -8,4 +8,6 @@ import org.springframework.context.annotation.Configuration
class ChusanProps {
var teamName: String? = null
var loginBonusEnable = false
var externalMatching: String? = null
var reflectorUrl: String? = null
}