Move apps to different ports

This commit is contained in:
Eden Kirin
2024-01-23 20:14:01 +01:00
parent 4dc99b740b
commit b69f26027d
9 changed files with 905 additions and 907 deletions

View File

@ -6,7 +6,7 @@ import (
type configStruct struct {
AppHost string `default:"0.0.0.0"`
AppPort int `default:"3001"`
AppPort int `default:"4001"`
DbHost string `default:"localhost"`
DbPort int `default:"55432"`
DbName string `default:"komponiranje"`