switch to port 5523

This commit is contained in:
manetta 2021-10-26 08:40:41 +02:00
parent 52dcc03602
commit 01254564bd

View File

@ -13,7 +13,7 @@ APP = flask.Flask(__name__)
PROJECT_NAME = 'volumetric-regimes'
DIR_PATH = '.' # without trailing slash
PORTNUMBER = 5522
PORTNUMBER = 5523
WIKI = 'https://possiblebodies.constantvzw.org/book' # remove tail slash '/'
PAGENAME = 'Unfolded'
STYLESHEET_PAD = 'volumetric-regimes.css'