# toutiao-backend **Repository Path**: pmin/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**: 0 - **Forks**: 28 - **Created**: 2019-03-29 - **Last Updated**: 2020-12-19 ## 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 ```