From a91a8de2900beb9668a7518b9af37bc880df1f06 Mon Sep 17 00:00:00 2001 From: ouyangkang Date: Fri, 8 Mar 2024 15:34:40 +0800 Subject: [PATCH] modify port --- config/development.yaml | 2 +- config/production.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/development.yaml b/config/development.yaml index 89cd241..caa7a78 100644 --- a/config/development.yaml +++ b/config/development.yaml @@ -17,7 +17,7 @@ logger: # Web server configuration server: # Port on which the server will listen. the server binding is 0.0.0.0:{PORT} - port: 8081 + port: 8080 # The UI hostname or IP address that mailers will point to. host: http://127.0.0.1 # Out of the box middleware configuration. to disable middleware you can changed the `enable` field to `false` of comment the middleware block diff --git a/config/production.yaml b/config/production.yaml index c54d252..1ada097 100644 --- a/config/production.yaml +++ b/config/production.yaml @@ -17,7 +17,7 @@ logger: # Web server configuration server: # Port on which the server will listen. the server binding is 0.0.0.0:{PORT} - port: 8081 + port: 8080 # The UI hostname or IP address that mailers will point to. host: http://localhost # Out of the box middleware configuration. to disable middleware you can changed the `enable` field to `false` of comment the middleware block