Skip to content

Commit 59c0182

Browse files
committed
Remove custom deploy settings
1 parent 5226956 commit 59c0182

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

demo-flask/index.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,5 +123,4 @@ def metadata():
123123

124124

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

0 commit comments

Comments
 (0)