{ "logger":{ "name":"asr", "levelname":"info", "logfile":"$[workdir]$/logs/sage.log" }, "definitions":{ "whisper_model":"/d/ymq/osc/models/whisper/large-v3.pt" }, "filesroot":"$[workdir]$/files", "databases":{ "sage":{ "driver":"aiomysql", "async_mode":true, "coding":"utf8", "maxconn":100, "dbname":"sage", "kwargs":{ "user":"test", "db":"sage", "password":"QUZVcXg5V1p1STMybG5Ia6mX9D0v7+g=", "host":"localhost" } } }, "website":{ "paths":[ ["$[workdir]$/wwwroot",""] ], "client_max_size":10000, "host":"0.0.0.0", "port":9091, "coding":"utf-8", "ssl_gg":{ "crtfile":"$[workdir]$/conf/www.bsppo.com.pem", "keyfile":"$[workdir]$/conf/www.bsppo.com.key" }, "indexes":[ "index.html", "index.tmpl", "index.ui", "index.dspy", "index.md" ], "startswiths":[ { "leading":"/generate", "registerfunction":"generate" } ], "processors":[ [".ws","ws"], [".xterm","xterm"], [".proxy","proxy"], [".llm", "llm"], [".llms", "llms"], [".llma", "llma"], [".xlsxds","xlsxds"], [".sqlds","sqlds"], [".tmpl.js","tmpl"], [".tmpl.css","tmpl"], [".html.tmpl","tmpl"], [".bcrud", "bricks_crud"], [".tmpl","tmpl"], [".bui","bui"], [".ui","bui"], [".dspy","dspy"], [".md","md"] ], "rsakey":{ "privatekey":"$[workdir]$/conf/rsa_private_key.pem", "publickey":"$[workdir]$/conf/rsa_public_key.pem" }, "session_max_time":3000, "session_issue_time":2500, "session_redis":{ "url":"redis://127.0.0.1:6379" } }, "langMapping":{ "zh-Hans-CN":"zh-cn", "zh-CN":"zh-cn", "en-us":"en", "en-US":"en" } }