Add debugging logging.

This commit is contained in:
2024-07-24 16:00:32 +01:00
parent c26b18c8b7
commit 1649c72b9e
3 changed files with 22 additions and 4 deletions
+1
View File
@@ -15,6 +15,7 @@ type Config struct {
Scopes []string `json:"scopes"`
LogLevel string `json:"logLevel"`
SessionEncryptionKey string `json:"sessionEncryptionKey"`
ForceHTTPS bool `json:"forceHTTPS"`
}
func CreateConfig() *Config {