· 7 years ago · May 27, 2018, 03:28 PM
1{
2 "version": "23",
3 "credential": {
4 "accessKey": "QHA50Z36SITW4FDEBZXK",
5 "secretKey": "*************"
6 },
7 "logger": {"console":true, "debug":true},
8 "region": "",
9 "browser": "on",
10 "domain": "wwwwwwwwwww",
11 "storageclass": {
12 "standard": "",
13 "rrs": ""
14 },
15 "cache": {
16 "drives": [],
17 "expiry": 90,
18 "exclude": []
19 },
20 "notify": {
21 "amqp": {
22 "1": {
23 "enable": true,
24 "url": "amqp://minio:******@localhost:5672",
25 "exchange": "files",
26 "routingKey": "files",
27 "exchangeType": "fanout",
28 "deliveryMode": 0,
29 "mandatory": false,
30 "immediate": false,
31 "durable": true,
32 "internal": false,
33 "noWait": false,
34 "autoDeleted": false
35 }
36 },
37 "elasticsearch": {
38 "1": {
39 "enable": false,
40 "format": "",
41 "url": "",
42 "index": ""
43 }
44 },
45 "kafka": {
46 "1": {
47 "enable": false,
48 "brokers": null,
49 "topic": ""
50 }
51 },
52 "mqtt": {
53 "1": {
54 "enable": false,
55 "broker": "",
56 "topic": "",
57 "qos": 0,
58 "clientId": "",
59 "username": "",
60 "password": "",
61 "reconnectInterval": 0,
62 "keepAliveInterval": 0
63 }
64 },
65 "mysql": {
66 "1": {
67 "enable": false,
68 "format": "namespace",
69 "dsnString": "",
70 "table": "files",
71 "host": "localhost",
72 "port": "3306",
73 "user": "files",
74 "password": "****************",
75 "database": "files"
76 }
77 },
78 "nats": {
79 "1": {
80 "enable": false,
81 "address": "",
82 "subject": "",
83 "username": "",
84 "password": "",
85 "token": "",
86 "secure": false,
87 "pingInterval": 0,
88 "streaming": {
89 "enable": false,
90 "clusterID": "",
91 "clientID": "",
92 "async": false,
93 "maxPubAcksInflight": 0
94 }
95 }
96 },
97 "postgresql": {
98 "1": {
99 "enable": false,
100 "format": "",
101 "connectionString": "",
102 "table": "",
103 "host": "",
104 "port": "",
105 "user": "",
106 "password": "",
107 "database": ""
108 }
109 },
110 "redis": {
111 "1": {
112 "enable": false,
113 "format": "",
114 "address": "",
115 "password": "",
116 "key": ""
117 }
118 },
119 "webhook": {
120 "1": {
121 "enable": false,
122 "endpoint": ""
123 }
124 }
125 }
126}