changement de port
This commit is contained in:
BIN
cao_sunyata.sqlite
Normal file → Executable file
BIN
cao_sunyata.sqlite
Normal file → Executable file
Binary file not shown.
@@ -55,7 +55,7 @@ file_template = %%(year)d%%(month).2d%%(day).2d_%%(rev)s
|
|||||||
|
|
||||||
[server:main]
|
[server:main]
|
||||||
use = egg:waitress#main
|
use = egg:waitress#main
|
||||||
listen = localhost:6543
|
listen = localhost:9180
|
||||||
|
|
||||||
###
|
###
|
||||||
# logging configuration
|
# logging configuration
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ file_template = %%(year)d%%(month).2d%%(day).2d_%%(rev)s
|
|||||||
|
|
||||||
[server:main]
|
[server:main]
|
||||||
use = egg:waitress#main
|
use = egg:waitress#main
|
||||||
listen = *:6543
|
listen = *:9180
|
||||||
url_scheme = https
|
url_scheme = https
|
||||||
|
|
||||||
###
|
###
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -25,7 +25,7 @@ requires = [
|
|||||||
'webhelpers2', # various web building related helpers
|
'webhelpers2', # various web building related helpers
|
||||||
'passlib',
|
'passlib',
|
||||||
'python-magic',
|
'python-magic',
|
||||||
'Pillow == 8.0.1',
|
'Pillow',
|
||||||
'unidecode',
|
'unidecode',
|
||||||
'markdown',
|
'markdown',
|
||||||
'urllib3==1.26',
|
'urllib3==1.26',
|
||||||
|
|||||||
Reference in New Issue
Block a user