Commit ca2ee10c by huangfusuper

修改配置文件

parent 336dbccb
spring:
datasource:
driver-class-name: com.mysql.jdbc.Driver
url: jdbc:mysql://10.0.10.118:3306/myth-job?Unicode=true&characterEncoding=UTF-8&useSSL=true
username: root
password: 123456
mail:
host: smtp.163.com
username: huangfusuper@163.com
password: huangfu0110
default-encoding: UTF-8
protocol: smtp
properties:
from: huangfusuper@163.com
mybatis:
mapper-locations: /mapper/*.xml
myth-rpc:
registry:
address: http://localhost:8080/myth-register
env: huangfu
biz: byit-myth-job
logging:
path: /data/mythjob
file: myth_log_file
file:
system:
ip: 10.0.120.2
port: 88
myth-job:
filestystem: FASTDFS
\ No newline at end of file
...@@ -2,6 +2,6 @@ server: ...@@ -2,6 +2,6 @@ server:
port: 8998 port: 8998
spring: spring:
profiles: profiles:
active: dev active: local
application: application:
name: myth-job-admin name: myth-job-admin
# myth-rpc
myth-rpc:
registry:
address: http://localhost:8080/myth-register
biz: byit-myth-job
env: huangfu
remoting:
port: 7776
logging:
config: classpath:logback.xml
myth-job:
filestystem: FASTDFS
log:
root:
path: /mythjob/log/
script:
root:
path: /mythjob/script/
spring:
redis:
database: 0
host: 10.0.120.30
port: 6379
password:
pool:
max-active: 8
max-wait: 1
max-idle: 8
min-idle: 0
timeout: 0
...@@ -4,4 +4,4 @@ spring: ...@@ -4,4 +4,4 @@ spring:
application: application:
name: myth-executor-server name: myth-executor-server
profiles: profiles:
active: dev active: local
\ No newline at end of file \ No newline at end of file
gateway:
load:
balance: ROUND
logging:
config: classpath:logback.xml
level:
com:
byit:
gateway: DEBUG
org:
springframework: INFO
myth-rpc:
registry:
address: http://localhost:8080/myth-register
biz: byit-myth-job
env: huangfu
remoting:
port: 8082
spring:
datasource:
driver-class-name: com.mysql.jdbc.Driver
hikari:
idle-timeout: 60000
maximum-pool-size: 5
minimum-idle: 1
password: 123456
url: jdbc:mysql://10.0.10.118:3306/myth-registry?useUnicode=true&useSSL=true&characterEncoding=utf-8&mysqlEncoding=utf8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=false&autoReconnect=true&failOverReadOnly=false
username: root
zuul:
route:
refreshCron: 0/10 * * * * ?
zuul:
ignored-services: '*'
...@@ -4,4 +4,4 @@ spring: ...@@ -4,4 +4,4 @@ spring:
application: application:
name: byit-myth-gateway name: byit-myth-gateway
profiles: profiles:
active: dev active: local
...@@ -2,7 +2,7 @@ byit: ...@@ -2,7 +2,7 @@ byit:
registry: registry:
accessToken: '' accessToken: ''
data: data:
filepath: /Users/liyuan/codes/open/rpc/data/applogs/myth-registry/registrydata filepath: /Users/dev/codes/open/rpc/data/applogs/myth-registry/registrydata
login: login:
password: 123456 password: 123456
username: admin username: admin
......
byit:
registry:
accessToken: ''
data:
filepath: /Users/local/codes/open/rpc/data/applogs/myth-registry/registrydata
login:
password: 123456
username: admin
logging:
config: classpath:logback.xml
mybatis:
mapper-locations: classpath:/mybatis-mapper/*Mapper.xml
spring:
datasource:
driver-class-name: com.mysql.jdbc.Driver
password: 123456
tomcat:
max-active: 30
max-wait: 10000
test-on-borrow: true
type: org.apache.tomcat.jdbc.pool.DataSource
url: jdbc:mysql://10.0.10.118:3306/myth-registry?Unicode=true&characterEncoding=UTF-8&autoReconnect=true&useSSL=false
username: root
freemarker:
charset: UTF-8
request-context-attribute: request
settings:
number_format: 0.##########
suffix: .ftl
templateLoaderPath: classpath:/templates/
mvc:
static-path-pattern: /static/**
resources:
static-locations: classpath:/static/
...@@ -4,4 +4,4 @@ server: ...@@ -4,4 +4,4 @@ server:
spring: spring:
profiles: profiles:
active: dev active: local
\ No newline at end of file \ No newline at end of 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