Implement Casdoor authentication integration, including login and callback routes. Update environment variables for Casdoor configuration. Modify login page to support Casdoor login option and enhance UI styles. Adjust uWSGI port settings and update application logging for user actions.
This commit is contained in:
+1
-1
@@ -92,4 +92,4 @@ if __name__ == '__main__':
|
||||
app.logger.info("数据库表创建成功")
|
||||
except Exception as e:
|
||||
app.logger.error(f"创建数据库表时出错: {str(e)}")
|
||||
app.run(host='0.0.0.0', port=18061, debug=True)
|
||||
app.run(host='0.0.0.0', port=18019, debug=True)
|
||||
Reference in New Issue
Block a user