break: rename GoTomatoServerConfig -> ServerConfig

This commit is contained in:
Sebastian Mark 2024-10-26 09:22:21 +02:00
parent c20d36d2d2
commit ffc994126b
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ import (
"git.smsvc.net/pomodoro/GoTomato/pkg/models"
)
var DefaultServerConfig = models.GoTomatoServerConfig{
var DefaultServerConfig = models.ServerConfig{
ListenAddress: "0.0.0.0",
ListenPort: 8080,
}