2 Star 0 Fork 5

anolis/python-tone-agent

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
prod.py 391 Bytes
一键复制 编辑 原始数据 按行查看 历史
youhuo 提交于 2022-09-29 14:57 +08:00 . feat: init toneagent repository
import os
from conf import BaseSettings
class Settings(BaseSettings):
"""正式环境配置类"""
# app
DEBUG = True
SECRET_KEY: str = "*5}nAn#4GyQVO'*qq_2AAOC\\fXsvi9;m0.-Q|#jAcS"
BASE_DIR = '/usr/local/toneagent'
WORKS_NUM = 1
APP_PORT = 8479
# scheduler interval
PULL_TASK_INTERVAL = 1
SYNC_RESULT_INTERVAL = 1
SYNC_HEARTBEAT_INTERVAL = 10
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/anolis/python-tone-agent.git
git@gitee.com:anolis/python-tone-agent.git
anolis
python-tone-agent
python-tone-agent
master

搜索帮助