change ssl port type in DB and fix apply

This commit is contained in:
nikk gitanes
2023-11-13 02:40:22 +03:00
parent 52e1ab9cca
commit a736d08701
4 changed files with 6 additions and 9 deletions

View File

@@ -60,10 +60,6 @@ func main() {
params.Port = "8090"
}
if params.SslPort == "" {
params.SslPort = "8091"
}
settings.Path = params.Path
settings.HttpAuth = params.HttpAuth
log.Init(params.LogPath, params.WebLogPath)