changed port to 9380

This commit is contained in:
2023-11-29 17:51:06 +01:00
parent b0c1a0e858
commit af028de25e
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ temp_folder = /Users/phuoc/pyramid/html_cleanup/html_cleanup/static/temp/
[server:main] [server:main]
use = egg:waitress#main use = egg:waitress#main
listen = localhost:6543 listen = localhost:9380
### ###
# logging configuration # logging configuration

View File

@@ -21,7 +21,7 @@ temp_folder = /pyramid/html_cleanup/html_cleanup/static/temp/
[server:main] [server:main]
use = egg:waitress#main use = egg:waitress#main
listen = *:6543 listen = *:9380
### ###
# logging configuration # logging configuration