xian_qgis

This commit is contained in:
zzw
2026-06-18 10:12:15 +08:00
commit 9813d6d164
16 changed files with 663 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# 配置端口
web:
host: localhost
port: 18998
allowOrigin: ['*']
# qgis 配置
qgis:
# qgis路径
root: "D:/QGIS"
# 设置dpi
exportDpi: 300
# 连接到自己的数据库
db:
host: 127.0.0.1
port: 5432
database: yjzyk_xian
username: postgres
password: Zzw.0401