正在显示
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则存放在各自的实体库中 | ... | ... |
请
注册
或
登录
后发表评论