76 lines
2.6 KiB
JSON
76 lines
2.6 KiB
JSON
|
{
|
||
|
"version": "10",
|
||
|
"credential": {
|
||
|
"accessKey": "admin",
|
||
|
"secretKey": "secretkey"
|
||
|
},
|
||
|
"region": "us-east-1",
|
||
|
"logger": {
|
||
|
"console": {
|
||
|
"enable": true,
|
||
|
"level": "error"
|
||
|
},
|
||
|
"file": {
|
||
|
"enable": false,
|
||
|
"fileName": "",
|
||
|
"level": ""
|
||
|
}
|
||
|
},
|
||
|
"notify": {
|
||
|
"amqp": {
|
||
|
"1": {
|
||
|
"enable": false,
|
||
|
"url": "",
|
||
|
"exchange": "",
|
||
|
"routingKey": "",
|
||
|
"exchangeType": "",
|
||
|
"mandatory": false,
|
||
|
"immediate": false,
|
||
|
"durable": false,
|
||
|
"internal": false,
|
||
|
"noWait": false,
|
||
|
"autoDeleted": false
|
||
|
}
|
||
|
},
|
||
|
"nats": {
|
||
|
"1": {
|
||
|
"enable": false,
|
||
|
"address": "",
|
||
|
"subject": "",
|
||
|
"username": "",
|
||
|
"password": "",
|
||
|
"token": "",
|
||
|
"secure": false,
|
||
|
"pingInterval": 0
|
||
|
}
|
||
|
},
|
||
|
"elasticsearch": {
|
||
|
"1": {
|
||
|
"enable": false,
|
||
|
"url": "",
|
||
|
"index": ""
|
||
|
}
|
||
|
},
|
||
|
"redis": {
|
||
|
"1": {
|
||
|
"enable": false,
|
||
|
"address": "",
|
||
|
"password": "",
|
||
|
"key": ""
|
||
|
}
|
||
|
},
|
||
|
"postgresql": {
|
||
|
"1": {
|
||
|
"enable": false,
|
||
|
"connectionString": "",
|
||
|
"table": "",
|
||
|
"host": "",
|
||
|
"port": "",
|
||
|
"user": "",
|
||
|
"password": "",
|
||
|
"database": ""
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|