44 lines
685 B
YAML
44 lines
685 B
YAML
Name: notification.rpc
|
|
ListenOn: 0.0.0.0:8003
|
|
Etcd:
|
|
Hosts:
|
|
- 127.0.0.1:2379
|
|
Key: notification.rpc
|
|
|
|
SMTPConfig:
|
|
Enable: false
|
|
Sort: 1
|
|
GoroutinePoolNum: 10
|
|
Host: xxxxxx
|
|
Port: xxxxxx
|
|
Username: xxxxxx
|
|
Password: xxxxxx
|
|
|
|
AmazonSesSettings:
|
|
Enable: false
|
|
Sort: 2
|
|
PoolSize: 2000
|
|
Region : ap-northeast-3
|
|
Sender : xxxxxx
|
|
Charset : xxxxxx
|
|
AccessKey : xxxxxx
|
|
SecretKey : xxxxxx
|
|
Token : xxxxxx
|
|
|
|
MitakeSMSSender:
|
|
Enable: false
|
|
Sort: 1
|
|
PoolSize: 10
|
|
User: xxxxxx
|
|
Password : xxxxxx
|
|
|
|
DevServer:
|
|
Enabled: false
|
|
Port: 6470
|
|
MetricsPath: /metrics
|
|
EnableMetrics: true
|
|
|
|
PyroScope:
|
|
Enable: false
|
|
URL: http://10.0.0.13:4040
|
|
Token: "xxx" |