FLASK_DEBUG=True # 开启调试模式 FLASK_RUN_PORT=5050 # 设置运行的端口 FLASK_RUN_HOST=0.0.0.0 # 设置监听的 ip FLASK_APP="pear_admin:create_app()" # 运行程序