提交 e5cc074741bebe635134a1fd8ec51bff7fc8b70f

作者 qianyingz
1 个父辈 6152da38

补充

正在显示 1 个修改的文件 包含 1 行增加2 行删除
... ... @@ -3,8 +3,7 @@ import logging
3 3 # 程序部署ip:host
4 4 deploy_ip_host = "172.26.40.105:8840"
5 5 # 系统数据库
6   -# SQLALCHEMY_DATABASE_URI = "postgresql://postgres:chinadci@172.26.60.101:5432/dmap_manager"
7   -SQLALCHEMY_DATABASE_URI = "postgresql://postgres:postgres@localhost:8843/dmap_dms_test1"
  6 +SQLALCHEMY_DATABASE_URI = "postgresql://postgres:chinadci@172.26.60.101:5432/dmap_manager"
8 7
9 8
10 9 # 指定精华表所在位置(必须为空间库),设置为None则存放在各自的实体库中
... ...
注册登录 后发表评论