Refactor project and add pkldoc
This commit is contained in:
parent
1c9add29fa
commit
6c75b0ab72
10 changed files with 36 additions and 10 deletions
|
|
@ -1,15 +0,0 @@
|
|||
class ServerConfig {
|
||||
host: String
|
||||
port: UInt16
|
||||
}
|
||||
|
||||
/// 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"
|
||||
file: String
|
||||
}
|
||||
Loading…
Reference in a new issue