Commit 7ac35fa4 authored by 陈涛's avatar 陈涛

修改TEST配置文件

parent 053cef8e
...@@ -3,7 +3,7 @@ from configs import env, make_dburi ...@@ -3,7 +3,7 @@ from configs import env, make_dburi
class Settings: class Settings:
env = env env = env
name = '本地环境' name = '测试环境'
py_fund_mongodb_uri = make_dburi(schema='mongodb', sock_path='172.10.0.18:27018', py_fund_mongodb_uri = make_dburi(schema='mongodb', sock_path='172.10.0.18:27018',
user_name='root', pwd='ETHQig66tzxoZc+wuIPEUTMVsY') user_name='root', pwd='ETHQig66tzxoZc+wuIPEUTMVsY')
jasper_mongodb_uri = make_dburi(schema='mongodb', sock_path='172.10.0.18:27018', jasper_mongodb_uri = make_dburi(schema='mongodb', sock_path='172.10.0.18:27018',
...@@ -12,4 +12,4 @@ class Settings: ...@@ -12,4 +12,4 @@ class Settings:
redis_uri = make_dburi(schema='redis', sock_path='172.10.0.18: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 = 'http://identity.matrixone-test.svc/.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