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
bf1cb981
Commit
bf1cb981
authored
Mar 16, 2020
by
guominglei@byitgroup.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改配置文件,并给test环境添加参数
parent
4566b6da
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
13 deletions
+10
-13
application-dev.yml
byit-myth-admin/src/main/resources/application-dev.yml
+5
-6
application-pro.yml
byit-myth-admin/src/main/resources/application-pro.yml
+5
-6
application-test.yml
byit-myth-admin/src/main/resources/application-test.yml
+0
-1
No files found.
byit-myth-admin/src/main/resources/application-dev.yml
View file @
bf1cb981
...
...
@@ -6,13 +6,13 @@ spring:
password
:
123456
mail
:
host
:
smtp.163.com
#���Լ���SMTP��������ַ
username
:
huangfusuper@163.com
#��¼�û���
password
:
huangfu0110
#��Ȩ����
host
:
smtp.163.com
username
:
huangfusuper@163.com
password
:
huangfu0110
default-encoding
:
UTF-8
protocol
:
smtp
#��
protocol
:
smtp
properties
:
from
:
huangfusuper@163.com
#��ʵ����
from
:
huangfusuper@163.com
mybatis
:
mapper-locations
:
/mapper/*.xml
...
...
@@ -22,7 +22,6 @@ myth-rpc:
address
:
http://localhost:8080/myth-register
env
:
huangfu
biz
:
byit-myth-job
#port: 6665
logging
:
path
:
/data/mythjob
file
:
myth_log_file
...
...
byit-myth-admin/src/main/resources/application-pro.yml
View file @
bf1cb981
...
...
@@ -6,13 +6,13 @@ spring:
password
:
${CM_PWD}
mail
:
host
:
smtp.163.com
#���Լ���SMTP��������ַ
username
:
huangfusuper@163.com
#��¼�û���
password
:
huangfu0110
#��Ȩ����
host
:
smtp.163.com
username
:
huangfusuper@163.com
password
:
huangfu0110
default-encoding
:
UTF-8
protocol
:
smtp
#��
protocol
:
smtp
properties
:
from
:
huangfusuper@163.com
#��ʵ����
from
:
huangfusuper@163.com
mybatis
:
mapper-locations
:
/mapper/*.xml
...
...
@@ -22,7 +22,6 @@ myth-rpc:
address
:
http://${Eureka_IP}/myth-register
env
:
huangfu
biz
:
byit-myth-job
port
:
6665
logging
:
path
:
/data/mythjob
file
:
myth_log_file
...
...
byit-myth-admin/src/main/resources/application-test.yml
View file @
bf1cb981
...
...
@@ -22,7 +22,6 @@ myth-rpc:
address
:
http://${Eureka_IP}/myth-register
env
:
test
biz
:
byit-myth-job
port
:
${RPC_PORT}
logging
:
path
:
/data/mythjob
file
:
myth_log_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