Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
PyFund
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
陈涛
PyFund
Commits
053cef8e
Commit
053cef8e
authored
Mar 24, 2023
by
陈涛
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改配置文件
parent
711e4658
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
TEST.py
configs/TEST.py
+6
-3
No files found.
configs/TEST.py
View file @
053cef8e
...
...
@@ -3,10 +3,13 @@ from configs import env, make_dburi
class
Settings
:
env
=
env
name
=
'测试环境'
mongodb_uri
=
make_dburi
(
schema
=
'mongodb'
,
sock_path
=
'13.115.26.128:27018'
,
user_name
=
'root'
,
pwd
=
'ETHQig66tzxoZc+wuIPEUTMVsY'
)
name
=
'本地环境'
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')
redis_uri
=
make_dburi
(
schema
=
'redis'
,
sock_path
=
'1
3.115.26.12
8:6379'
,
pwd
=
'MukAzxGMOL2'
)
redis_uri
=
make_dburi
(
schema
=
'redis'
,
sock_path
=
'1
72.10.0.1
8:6379'
,
pwd
=
'MukAzxGMOL2'
)
# api
identify_jwt
=
'https://apit.matrixone.io/identity/.well-known/openid-configuration/jwks'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment