![]() |
|
|||
File indexing completed on 2025-05-13 08:03:05
0001 """ 0002 WSGI configuration file for Firebird application 0003 """ 0004 0005 # Configuration dictionary for the Flask application 0006 config = { 0007 "PYROBIRD_DOWNLOAD_IS_DISABLED": False, 0008 "PYROBIRD_DOWNLOAD_IS_UNRESTRICTED": False, 0009 "PYROBIRD_CORS_IS_ALLOWED": True, 0010 "PYROBIRD_DOWNLOAD_PATH": "/home/firebird/firebird_www" 0011 } 0012 0013 # Import the Flask application from pyrobird.server 0014 from pyrobird.server import flask_app as application, configure_flask_app 0015 0016 # Apply the configuration to the firebird flask application 0017 configure_flask_app(config)
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |