Files
WareShipManifest/config/settings.example.yaml
Misaka_Company 4dc563cdd9 Initial commit
2026-07-30 14:17:18 +08:00

18 lines
620 B
YAML
Raw 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.
# 复制本文件为 config/settings.yaml 并填入真实凭据settings.yaml 已被 .gitignore 忽略,不会提交)。
# 配置与 services/fastapiCargoTrace 后端)保持一致。
database:
active: sql_server
sql_server:
host: 192.168.110.114
port: 1433
database: CompanyDB
username: peng
password: "<REPLACE_WITH_REAL_PASSWORD>"
driver: "{ODBC Driver 18 for SQL Server}"
trust_server_certificate: yes
# 报表配置
report:
# 调试开关true 时给所有文本元素加边框,便于核对每个元素的实际占位;正式出图设 false。
debug_border: false