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.
This commit is contained in:
n.nakhostin
2025-08-31 16:32:33 +03:30
parent b1438870f0
commit e5e9ebee32
+1 -1
View File
@@ -1,6 +1,6 @@
server:
host: "0.0.0.0"
port: 8081
port: 80
timeout: 30s
read_timeout: 10s
write_timeout: 10s