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:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
server:
|
server:
|
||||||
host: "0.0.0.0"
|
host: "0.0.0.0"
|
||||||
port: 8081
|
port: 80
|
||||||
timeout: 30s
|
timeout: 30s
|
||||||
read_timeout: 10s
|
read_timeout: 10s
|
||||||
write_timeout: 10s
|
write_timeout: 10s
|
||||||
|
|||||||
Reference in New Issue
Block a user