# toutiao-backend **Repository Path**: delron/toutiao-backend ## Basic Information - **Project Name**: toutiao-backend - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 28 - **Created**: 2019-03-25 - **Last Updated**: 2022-09-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 说明 ## 启动设置 ### 开发模式 ```shell export FLASK_ENV=development export TOUTIAO_WEB_SETTINGS=/path/to/config/file ``` ### 线上模式 ```shell export FLASK_ENV=production export TOUTIAO_WEB_SETTINGS=/path/to/config/file export TOUTIAO_CELERY_SETTINGS=/path/to/config/file ```