Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
C
chnmuseum-party
Project
Project
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
liqin
chnmuseum-party
Commits
03e3d5ee
Commit
03e3d5ee
authored
4 years ago
by
liqin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fixed
parent
9a615225
master
1.0
dev
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
11 deletions
+3
-11
application-dev.properties
src/main/resources/application-dev.properties
+0
-8
application.properties
src/main/resources/application.properties
+2
-2
fastdfs-client.properties
src/main/resources/fastdfs-client.properties
+1
-1
No files found.
src/main/resources/application-dev.properties
View file @
03e3d5ee
...
@@ -7,14 +7,6 @@ jwt.authTokenPrefix=Bearer
...
@@ -7,14 +7,6 @@ jwt.authTokenPrefix=Bearer
cors.url.list
=
http://virthall.mbcloud.com,
cors.url.list
=
http://virthall.mbcloud.com,
########################################################
###FastDFS
########################################################
dfsFileAccessBasePath
=
https://virthall.mbcloud.com
prefixPat
=
/data/fastdfs/data
IMAGE_BASE_URL
=
https://virthall.mbcloud.com/
########################################################
########################################################
###EMBEDDED SERVER CONFIGURATION
###EMBEDDED SERVER CONFIGURATION
########################################################
########################################################
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/application.properties
View file @
03e3d5ee
...
@@ -24,9 +24,9 @@ mybatis-plus.configuration.jdbc-type-for-null=null
...
@@ -24,9 +24,9 @@ mybatis-plus.configuration.jdbc-type-for-null=null
########################################################
########################################################
###FastDFS
###FastDFS
########################################################
########################################################
dfsFileAccessBasePath
=
http
s://virthall.bas.cmbchina.com
dfsFileAccessBasePath
=
http
://111.203.232.175:8085
prefixPat
=
/data/fastdfs/data
prefixPat
=
/data/fastdfs/data
IMAGE_BASE_URL
=
http
s://virthall.bas.cmbchina.com
/
IMAGE_BASE_URL
=
http
://111.203.232.175:8085
/
########################################################
########################################################
...
...
This diff is collapsed.
Click to expand it.
src/main/resources/fastdfs-client.properties
View file @
03e3d5ee
...
@@ -4,4 +4,4 @@ fastdfs.charset=UTF-8
...
@@ -4,4 +4,4 @@ fastdfs.charset=UTF-8
fastdfs.http.tracker_http_port
=
8888
fastdfs.http.tracker_http_port
=
8888
fastdfs.http.anti_steal_token
=
no
fastdfs.http.anti_steal_token
=
no
fastdfs.http.secret_key
=
FastDFS1234567890
fastdfs.http.secret_key
=
FastDFS1234567890
fastdfs.tracker_servers
=
virthall.mbcloud.com
:22122
fastdfs.tracker_servers
=
192.168.110.85
:22122
This diff is collapsed.
Click to expand it.
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