We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5226956 commit 59c0182Copy full SHA for 59c0182
1 file changed
demo-flask/index.py
@@ -123,5 +123,4 @@ def metadata():
123
124
125
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)
+ app.run(host='0.0.0.0', port=8000, debug=True)
0 commit comments