diff --git a/bin/deploy_meta.py b/bin/deploy_meta.py index f832b4b..4f8451e 100644 --- a/bin/deploy_meta.py +++ b/bin/deploy_meta.py @@ -229,7 +229,7 @@ class DeployMeta(QtGui.QMainWindow): 'title': 'Nginx Port', 'location': 'nginx.port', 'default': { - 'development': "8050", + 'development': "8080", 'staging': "80", 'production': "80", },