fixed nginx port error for default dev value

Changes to be committed:
	modified:   bin/deploy_meta.py
This commit is contained in:
Ronny Abraham 2016-09-21 01:44:43 +03:00
parent 20ebbe21b8
commit bc289e78ea

View file

@ -229,7 +229,7 @@ class DeployMeta(QtGui.QMainWindow):
'title': 'Nginx Port',
'location': 'nginx.port',
'default': {
'development': "8050",
'development': "8080",
'staging': "80",
'production': "80",
},