# BillAI 服务器配置文件 # 服务配置 server: port: 8080 # Python 配置 python: # Python 解释器路径(相对于项目根目录或绝对路径) path: analyzer/venv/bin/python # 分析脚本路径(相对于项目根目录) script: analyzer/clean_bill.py # 文件目录配置(相对于项目根目录) directories: upload: server/uploads output: server/outputs