diff --git a/resources/test/webapp.yml b/resources/test/webapp.yml --- a/resources/test/webapp.yml +++ b/resources/test/webapp.yml @@ -1,7 +1,7 @@ storage: cls: remote args: - url: http://localhost:5000/ + url: http://localhost:5004/ # where to log information log_dir: /tmp/swh/web-ui/log diff --git a/swh/web/ui/main.py b/swh/web/ui/main.py --- a/swh/web/ui/main.py +++ b/swh/web/ui/main.py @@ -154,7 +154,7 @@ - 'content_storage_dir' revisions/directories/contents storage on disk - 'host' to override the default 127.0.0.1 to open or not the server to the world - - 'port' to override the default of 5000 (from the underlying layer: + - 'port' to override the default of 5004 (from the underlying layer: flask) - 'debug' activate the verbose logs - 'secret_key' the flask secret key