add kaboom in config for self care and core

This commit is contained in:
ChomeNS
2023-03-24 16:15:26 +07:00
parent ada2f66cdb
commit c7fdad965f
5 changed files with 13 additions and 6 deletions

View File

@@ -37,5 +37,6 @@ public class Configuration {
@Getter public String host;
@Getter public int port;
@Getter public String username;
@Getter public boolean kaboom = false;
}
}