Skip to content

Commit

Permalink
Remove custom deploy settings
Browse files Browse the repository at this point in the history
  • Loading branch information
pitbulk committed Mar 6, 2015
1 parent 5226956 commit 59c0182
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions demo-flask/index.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,4 @@ def metadata():


if __name__ == "__main__":
ssl_context = ('/home/pitbulk/proyectos/python-saml/demo-flask/saml/certs/sp.crt', '/home/pitbulk/proyectos/python-saml/demo-flask/saml/certs/sp.key')
app.run(host='0.0.0.0', port=444, debug=True, ssl_context=ssl_context)
app.run(host='0.0.0.0', port=8000, debug=True)

0 comments on commit 59c0182

Please sign in to comment.