修改配置文件,并给test环境添加参数

parent 4566b6da
...@@ -6,13 +6,13 @@ spring: ...@@ -6,13 +6,13 @@ spring:
password: 123456 password: 123456
mail: mail:
host: smtp.163.com #���Լ���SMTP��������ַ host: smtp.163.com
username: huangfusuper@163.com #��¼�û��� username: huangfusuper@163.com
password: huangfu0110 #��Ȩ���� password: huangfu0110
default-encoding: UTF-8 default-encoding: UTF-8
protocol: smtp #�� protocol: smtp
properties: properties:
from: huangfusuper@163.com #��ʵ���� from: huangfusuper@163.com
mybatis: mybatis:
mapper-locations: /mapper/*.xml mapper-locations: /mapper/*.xml
...@@ -22,7 +22,6 @@ myth-rpc: ...@@ -22,7 +22,6 @@ myth-rpc:
address: http://localhost:8080/myth-register address: http://localhost:8080/myth-register
env: huangfu env: huangfu
biz: byit-myth-job biz: byit-myth-job
#port: 6665
logging: logging:
path: /data/mythjob path: /data/mythjob
file: myth_log_file file: myth_log_file
......
...@@ -6,13 +6,13 @@ spring: ...@@ -6,13 +6,13 @@ spring:
password: ${CM_PWD} password: ${CM_PWD}
mail: mail:
host: smtp.163.com #���Լ���SMTP��������ַ host: smtp.163.com
username: huangfusuper@163.com #��¼�û��� username: huangfusuper@163.com
password: huangfu0110 #��Ȩ���� password: huangfu0110
default-encoding: UTF-8 default-encoding: UTF-8
protocol: smtp #�� protocol: smtp
properties: properties:
from: huangfusuper@163.com #��ʵ���� from: huangfusuper@163.com
mybatis: mybatis:
mapper-locations: /mapper/*.xml mapper-locations: /mapper/*.xml
...@@ -22,7 +22,6 @@ myth-rpc: ...@@ -22,7 +22,6 @@ myth-rpc:
address: http://${Eureka_IP}/myth-register address: http://${Eureka_IP}/myth-register
env: huangfu env: huangfu
biz: byit-myth-job biz: byit-myth-job
port: 6665
logging: logging:
path: /data/mythjob path: /data/mythjob
file: myth_log_file file: myth_log_file
......
...@@ -22,7 +22,6 @@ myth-rpc: ...@@ -22,7 +22,6 @@ myth-rpc:
address: http://${Eureka_IP}/myth-register address: http://${Eureka_IP}/myth-register
env: test env: test
biz: byit-myth-job biz: byit-myth-job
port: ${RPC_PORT}
logging: logging:
path: /data/mythjob path: /data/mythjob
file: myth_log_file file: myth_log_file
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment