提交 173768a354c81e408f584da823d38772000ccea0

作者 qianyingz
1 个父辈 3a3f8a95

修改了配置文件,恢复配置

1   -from os import cpu_count, read
2 1 from app.models import *
3 2 from app.util.component.ApiTemplate import ApiTemplate
4 3 import paramiko
5   -import re
6 4 import time
7 5
8 6
... ...
... ... @@ -4,7 +4,8 @@
4 4 deploy_ip_host = "172.26.40.105:8840"
5 5 # 系统数据库
6 6
7   -SQLALCHEMY_DATABASE_URI = "postgresql://postgres:postgres@localhost:5433/dmap_dms_test"
  7 +SQLALCHEMY_DATABASE_URI = "postgresql://postgres:chinadci@172.26.99.160:5432/dmap_dms_test"
  8 +# SQLALCHEMY_DATABASE_URI = "postgresql://postgres:postgres@localhost:5433/dmap_dms_test"
8 9
9 10 # 指定精华表所在位置(必须为空间库),设置为None则存放在各自的实体库中
10 11 #VACUATE_DB_URI = None
... ...
注册登录 后发表评论