prep project for openshift

This commit is contained in:
Jordan Rodgers 2018-01-23 03:36:08 -05:00
parent bcbb1997c5
commit 22e70ee8fd
40 changed files with 3916 additions and 83 deletions

6
wsgi.py Normal file
View file

@ -0,0 +1,6 @@
from proxstar import app
if __name__ == "__main__":
app.run(host=app.config['IP'], port=app.config['PORT'])
application = app