Commit bf3d24ef by 张宗强

init

parent 37508e67
server:
port: 4060
spring:
datasource:
driver-class-name: com.mysql.jdbc.Driver
username: proudkids
password: pds123!@#
url: jdbc:mysql://192.168.1.82:3306/proudkids_ems?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false
elasticjob:
zookeeper:
server-lists: 106.14.69.75:2181
namespace: pig-daemon
\ No newline at end of file
server:
port: 4050
spring:
rabbitmq:
host: 192.168.1.83
port: 5672
username: zzq223
password: 222222
sms:
aliyun:
accessKey: ENC(Lm4sMaa8jpGOwK9hkuRI3SWHlUd63RTqq)
secretKey: ENC(A9i34tFkZLy8HVd9TTKjmnp5P/OE6pEE6+lAOF6tKxwPHizQ3/AG4cG+XoM8/5fO)
channels:
loginCodeChannel: SMS_34630023
\ No newline at end of file
server:
port: 5001
spring:
rabbitmq:
host: 192.168.1.83
port: 5672
username: zzq223
password: 222222
# zipkin:
# base-url: http://localhost:5002
# sleuth:
# enabled: true
# sampler:
# percentage: 1
boot:
admin:
turbine:
location: pig-monitor
routes:
endpoints: env,metrics,trace,dump,jolokia,info,configprops,trace,logfile,refresh,flyway,liquibase,heapdump,loggers,auditevents,hystrix.stream,turbine.stream
turbine:
app-config: pig-gateway #收集监控信息的服务名
combine-host-port: true
cluster-name-expression: new String('default') #集群名称
mobiles:
users:
- 17034642119
\ No newline at end of file
server:
port: 5003
# datasoure默认使用JDBC
spring:
datasource:
driver-class-name: com.mysql.jdbc.Driver
username: proudkids
password: pds123!@#
url: jdbc:mysql://192.168.1.82:3306/proudkids_ems?characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false
zipkin:
collector:
rabbitmq:
addresses: 106.14.69.75:5682
password: lengleng
username: pig
queue: zipkin
storage:
type: mysql
\ No newline at end of file
server:
port: 5002
zipkin:
collector:
rabbitmq:
addresses: 192.168.1.83:5672
password: zzq223
username: 222222
queue: zipkin
storage:
type: elasticsearch
elasticsearch:
hosts: 106.14.69.75:9200
cluster: elasticsearch
index: zipkin
max-requests: 64
index-shards: 5
index-replicas: 1
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