From e5e9ebee3294b416c0745643cc5c3df52eda2bc6 Mon Sep 17 00:00:00 2001 From: "n.nakhostin" Date: Sun, 31 Aug 2025 16:32:33 +0330 Subject: [PATCH] Update iat.yaml Configuration to Change Server Port - Modified the server port in the iat.yaml configuration file from 8081 to 80, aligning with standard HTTP port usage. - This change simplifies deployment and access to the web application, ensuring it listens on the default HTTP port. --- cmd/web/iat.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/web/iat.yaml b/cmd/web/iat.yaml index 4fd2a41..281a8a7 100644 --- a/cmd/web/iat.yaml +++ b/cmd/web/iat.yaml @@ -1,6 +1,6 @@ server: host: "0.0.0.0" - port: 8081 + port: 80 timeout: 30s read_timeout: 10s write_timeout: 10s