Commit 053cef8e authored by 陈涛's avatar 陈涛

修改配置文件

parent 711e4658
...@@ -3,10 +3,13 @@ from configs import env, make_dburi ...@@ -3,10 +3,13 @@ from configs import env, make_dburi
class Settings: class Settings:
env = env env = env
name = '测试环境' name = '本地环境'
mongodb_uri = make_dburi(schema='mongodb', sock_path='13.115.26.128:27018', user_name='root', pwd='ETHQig66tzxoZc+wuIPEUTMVsY') py_fund_mongodb_uri = make_dburi(schema='mongodb', sock_path='172.10.0.18:27018',
user_name='root', pwd='ETHQig66tzxoZc+wuIPEUTMVsY')
jasper_mongodb_uri = make_dburi(schema='mongodb', sock_path='172.10.0.18:27018',
user_name='root', pwd='ETHQig66tzxoZc+wuIPEUTMVsY') # 数据库版本问题
# mongodb = mongodb_url('127.0.0.1:27017') # mongodb = mongodb_url('127.0.0.1:27017')
redis_uri = make_dburi(schema='redis', sock_path='13.115.26.128:6379', pwd='MukAzxGMOL2') redis_uri = make_dburi(schema='redis', sock_path='172.10.0.18:6379', pwd='MukAzxGMOL2')
# api # api
identify_jwt = 'https://apit.matrixone.io/identity/.well-known/openid-configuration/jwks' identify_jwt = 'https://apit.matrixone.io/identity/.well-known/openid-configuration/jwks'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment