added domain to config

This commit is contained in:
2024-05-23 23:27:06 +03:00
parent 2824968dc3
commit 44ada32d60
3 changed files with 7 additions and 2 deletions

View File

@@ -11,4 +11,5 @@ type GlobalConfig struct {
Email EmailConfig
Key string
Algorithm string
Domain string
}