Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
financial-system
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
xianyang
financial-system
Commits
8829c33e
Commit
8829c33e
authored
Oct 23, 2023
by
xianyang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改默认用户密码
parent
87b9e3a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
env.py
core/config/env.py
+2
-2
No files found.
core/config/env.py
View file @
8829c33e
...
...
@@ -64,7 +64,7 @@ class TestingEnv(Env):
Redis
=
apo
.
get
(
'redis'
)
SECRET_KEY
:
str
=
"09d25e094faa6ca2556c818166b7a9563b93f7099f6f0f4caa6cf63b88e8d3e7"
ALGORITHM
:
str
=
"HS256"
PASSWORD
:
str
=
"fj1
23456
"
PASSWORD
:
str
=
"fj1
47sy258.#
"
oss_url
=
'http://oss.3yakj.com/application_static_data'
CLEARING_CENTER_URL
:
str
=
'http://106.55.103.148:6464/'
CLEARING_CENTER_HOST
:
str
=
'106.55.103.148'
...
...
@@ -94,7 +94,7 @@ class ProdEnv(Env):
Redis
=
apo
.
get
(
'redis'
)
SECRET_KEY
:
str
=
"09d25e094faa6ca2556c818166b7a9563b93f7099f6f0f4caa6cf63b88e8d3e7"
ALGORITHM
:
str
=
"HS256"
PASSWORD
:
str
=
"fj1
23456
"
PASSWORD
:
str
=
"fj1
47sy258.#
"
CLEARING_CENTER_URL
:
str
=
'http://219.152.95.226:5454/'
CLEARING_CENTER_HOST
:
str
=
'219.152.95.226'
CLEARING_CENTER_PORT
:
int
=
5454
...
...
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