config for oauth

This commit is contained in:
h z
2024-12-04 14:06:30 +00:00
parent ba2f5bb483
commit 9d0fd5b33c
7 changed files with 69 additions and 64 deletions

2
app.py
View File

@@ -45,6 +45,4 @@ def log_request():
if __name__ == '__main__':
#logger.info("Starting app")
with app.app_context():
print(url_for("auth.authorize", _external=True))
app.run(host='0.0.0.0', port=5000)