From bc289e78ea015209528421c9286349593e44a20b Mon Sep 17 00:00:00 2001 From: Ronny Abraham Date: Wed, 21 Sep 2016 01:44:43 +0300 Subject: [PATCH] fixed nginx port error for default dev value Changes to be committed: modified: bin/deploy_meta.py --- bin/deploy_meta.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", },