report-service/.env
2025-04-15 11:38:14 +08:00

8 lines
264 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.

# API基础地址
API_BASE_URL=https://pacs.gw12320.com/adminInspect/admin-api
# 服务端口
PORT=3000
# PDF输出目录可以是相对路径或绝对路径
# 相对路径示例public/pdfs
# 绝对路径示例D:/reports/pdfs
PDF_OUTPUT_DIR=public/pdfs