xian_qgis
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user