Skip to content

Commit

Permalink
modify port
Browse files Browse the repository at this point in the history
  • Loading branch information
ouyangkang committed Mar 8, 2024
1 parent 90ae87e commit a91a8de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a91a8de

Please sign in to comment.