This commit is contained in:
2026-01-06 09:11:28 +08:00
parent 679a7a9a42
commit 4068992e06
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -241,7 +241,7 @@ func main() {
helper.LogInfo("INFO: Authentication Microservice is running on http://localhost:8081")
server := &http.Server{
Addr: ":8080",
Addr: ":8081",
Handler: handler,
ReadTimeout: 15 * time.Second,
WriteTimeout: 300 * time.Second,