back to port 5522

This commit is contained in:
manetta 2021-10-26 09:17:56 +02:00
parent 01254564bd
commit 34a284674d

View File

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