changement de port

This commit is contained in:
Ikhang
2024-07-17 16:52:47 +02:00
parent 144ee2cf47
commit d2e0817370
4 changed files with 3 additions and 3 deletions

BIN
cao_sunyata.sqlite Normal file → Executable file

Binary file not shown.

View File

@@ -55,7 +55,7 @@ file_template = %%(year)d%%(month).2d%%(day).2d_%%(rev)s
[server:main]
use = egg:waitress#main
listen = localhost:6543
listen = localhost:9180
###
# logging configuration

View File

@@ -45,7 +45,7 @@ file_template = %%(year)d%%(month).2d%%(day).2d_%%(rev)s
[server:main]
use = egg:waitress#main
listen = *:6543
listen = *:9180
url_scheme = https
###

View File

@@ -25,7 +25,7 @@ requires = [
'webhelpers2', # various web building related helpers
'passlib',
'python-magic',
'Pillow == 8.0.1',
'Pillow',
'unidecode',
'markdown',
'urllib3==1.26',