Refactor project

This commit is contained in:
Tobias Reisinger 2026-07-19 21:01:32 +02:00
commit f09bfe9db3
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
12 changed files with 77 additions and 70 deletions

View file

@ -1,17 +0,0 @@
module emgauwa.common
class ServerConfig {
host: String
port: UInt16
token: String
}
/// Set to a user and a group to drop privileges to after binding to the port
class PermissionsConfig {
user: String
group: String
}
class LoggingConfig {
level: "TRACE"|"DEBUG"|"INFO"|"WARN"|"ERROR"|"FATAL"
}