Files
2026-06-16 00:38:57 +08:00

24 lines
703 B
Bash
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 运行环境:dev | prod
# prod 下禁用一切公网 LLM Provider(数据零出域红线)
AIAUDIT_ENV=dev
# 数据库(本地 PostgreSQL 16 / Postgres.app,无密码)
DATABASE_URL=postgresql+psycopg://freedak@localhost:5432/aiaudit
# Redis / Celery
REDIS_URL=redis://localhost:6379/0
# MinIO
MINIO_ENDPOINT=localhost:9000
MINIO_ACCESS_KEY=aiaudit
MINIO_SECRET_KEY=aiaudit_dev
# LLM Providerdashscope(公网,仅 dev| vllm(本地,prod
LLM_PROVIDER=dashscope
# 公网千问(仅开发测试,且只允许脱敏/样例假数据)
DASHSCOPE_API_KEY=
DASHSCOPE_MODEL=qwen-plus
# 本地 vLLM(生产)
VLLM_BASE_URL=http://localhost:8001/v1
VLLM_MODEL=qwen2.5-72b-instruct