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

parent 4566b6da
......@@ -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
......
......@@ -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
......
......@@ -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
......
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