From af028de25ee94879ac6d02e3e9e0620bac539693 Mon Sep 17 00:00:00 2001 From: Phuoc Cao Date: Wed, 29 Nov 2023 17:51:06 +0100 Subject: [PATCH] changed port to 9380 --- development.ini | 2 +- production.ini | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/development.ini b/development.ini index edb6096..43f5ada 100644 --- a/development.ini +++ b/development.ini @@ -23,7 +23,7 @@ temp_folder = /Users/phuoc/pyramid/html_cleanup/html_cleanup/static/temp/ [server:main] use = egg:waitress#main -listen = localhost:6543 +listen = localhost:9380 ### # logging configuration diff --git a/production.ini b/production.ini index 7db9660..84369e5 100644 --- a/production.ini +++ b/production.ini @@ -21,7 +21,7 @@ temp_folder = /pyramid/html_cleanup/html_cleanup/static/temp/ [server:main] use = egg:waitress#main -listen = *:6543 +listen = *:9380 ### # logging configuration