feat: add debug flag

This commit is contained in:
2024-12-02 23:03:06 +00:00
parent 86bb51bd9f
commit 3de40bbfe7
4 changed files with 8 additions and 3 deletions

View File

@@ -12,6 +12,7 @@ type Config struct {
TemplateDirectoryPath string `json:"templateDirectoryPath"`
HostKeyDirectoryPath string `json:"hostKeyDirectoryPath"`
HostName string `json:"hostName"`
Debug bool `json:"debug"`
}
const defaultPort = 8080