Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
byit-myth-job
Overview
Overview
Details
Activity
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
liyuan
byit-myth-job
Commits
c8b319fe
Commit
c8b319fe
authored
Jun 11, 2020
by
huangfusuper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改fastdfs的注入方式
parent
9a467782
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
application-test.yml
...myth-admin/src/main/resources/config/application-test.yml
+5
-5
No files found.
byit-myth-admin/src/main/resources/config/application-test.yml
View file @
c8b319fe
...
...
@@ -57,13 +57,13 @@ myth-job:
fdfs
:
so-timeout
:
1500
connect-timeout
:
600
http-port
:
8888
http-port
:
${FDFS_PORT}
pool
:
jmx-enabled
:
false
tracker-list
:
-
10.0.120.216:22122
-
10.0.120.217:22122
-
10.0.120.218:22122
-
${FDFS_TK1}
-
${FDFS_TK2}
-
${FDFS_TK3}
myth
:
plugin
:
env
:
${myth-rpc.registry.env}
...
...
@@ -83,7 +83,7 @@ myth:
######################单机环境#####################
redisson
:
address
:
redis://
10.0.120.208:6379
address
:
redis://
${Redis_IP}:${Redis_port}
database
:
3
timeout
:
60000
######################单机环境#####################
...
...
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