Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
D
data-server
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
licc
data-server
Commits
b50207fc
Commit
b50207fc
authored
Mar 23, 2021
by
liqin
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fixed
parent
875b51ac
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
41 additions
and
15 deletions
+41
-15
application-dev.yml
wisenergy-web-admin/src/main/resources/application-dev.yml
+14
-1
application-prod.yml
wisenergy-web-admin/src/main/resources/application-prod.yml
+13
-0
application-test.yml
wisenergy-web-admin/src/main/resources/application-test.yml
+13
-0
application.yml
wisenergy-web-admin/src/main/resources/application.yml
+1
-14
No files found.
wisenergy-web-admin/src/main/resources/application-dev.yml
View file @
b50207fc
...
...
@@ -95,4 +95,17 @@ sms:
domain
:
dysmsapi.aliyuncs.com
version
:
2017-05-25
action
:
SendSms
signName
:
西田森生物科技
\ No newline at end of file
signName
:
西田森生物科技
xxl
:
job
:
accessToken
:
admin
:
addresses
:
http://127.0.0.1:8090/job-admin
executor
:
address
:
appname
:
shop-mall
ip
:
logpath
:
/var/logs/xxl-job/jobhandler
logretentiondays
:
30
port
:
9999
\ No newline at end of file
wisenergy-web-admin/src/main/resources/application-prod.yml
View file @
b50207fc
...
...
@@ -68,3 +68,16 @@ sms:
version
:
2017-05-25
action
:
SendSms
signName
:
西田森生物科技
xxl
:
job
:
accessToken
:
admin
:
addresses
:
http://172.24.252.166:8090/job-admin
executor
:
address
:
appname
:
shop-mall
ip
:
logpath
:
/var/logs/xxl-job/jobhandler
logretentiondays
:
30
port
:
9999
wisenergy-web-admin/src/main/resources/application-test.yml
View file @
b50207fc
...
...
@@ -80,3 +80,16 @@ sms:
version
:
2017-05-25
action
:
SendSms
signName
:
西田森生物科技
xxl
:
job
:
accessToken
:
admin
:
addresses
:
http://172.24.252.165:8090/job-admin
executor
:
address
:
appname
:
shop-mall
ip
:
logpath
:
/var/logs/xxl-job/jobhandler
logretentiondays
:
30
port
:
9999
wisenergy-web-admin/src/main/resources/application.yml
View file @
b50207fc
...
...
@@ -55,17 +55,4 @@ mybatis-plus:
cache-enabled
:
false
call-setters-on-nulls
:
true
jdbc-type-for-null
:
'
null'
log-impl
:
org.apache.ibatis.logging.stdout.StdOutImpl
xxl
:
job
:
accessToken
:
admin
:
addresses
:
http://172.24.252.165:8090/job-admin
executor
:
address
:
appname
:
shop-mall
ip
:
logpath
:
/var/logs/xxl-job/jobhandler
logretentiondays
:
30
port
:
9999
\ No newline at end of file
log-impl
:
org.apache.ibatis.logging.stdout.StdOutImpl
\ No newline at end of file
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