This website requires JavaScript.
Explore
Help
Sign In
wn
/
oidc-python-example
Watch
1
Star
0
Fork
0
You've already forked oidc-python-example
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
oidc-python-example
/
start.sh
6 lines
81 B
Bash
Raw
Permalink
Normal View
History
Unescape
Escape
initial
2024-01-30 10:53:37 +01:00
#!/bin/sh
gunicorn
'app:app'
--bind 0.0.0.0:8080 --log-level
=
info --workers
=
4
nothing
2024-01-30 13:28:00 +01:00
Reference in New Issue
Copy Permalink