Merge branch 'majorchange' of bitbucket.org:ronnyabraham/fabric into majorchange

This commit is contained in:
Ronny Abraham 2016-09-21 15:53:55 +03:00
commit b427df6924

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",
},