authentication requests from authorization microservice

This commit is contained in:
2025-12-09 15:43:48 +08:00
parent 7c87114b30
commit adb0f59b23
2 changed files with 93 additions and 7 deletions
+2 -2
View File
@@ -234,9 +234,9 @@ func main() {
helper.LogInfo("WARNING: Ensure Redis is secured to prevent unauthorized access. Use a strong password and bind Redis to localhost or a secure network.")
helper.LogInfo("INFO: Authentication Microservice is running on http://localhost:8080")
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,