feat: add listening groups config
This commit is contained in:
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
|
||||
}
|
||||
Reference in New Issue
Block a user