feat: add listening groups config

This commit is contained in:
2024-09-03 21:38:50 +08:00
parent e6255f93eb
commit eba8951b5f
7 files changed
+27 -5

No files matched your search

@@ -16,4 +16,5 @@ class ConfigManager : JsonFileHandler<Config>("config.json") {
val wsPort get() = this.read<Config>().port
val accessToken get() = this.read<Config>().accessToken
val wsType get() = this.read<Config>().wsType
val listeningGroups get() = this.read<Config>().listeningGroups
}