github.phpd.cn/goreleaser/goreleaser@v0.92.0/internal/pipe/s3/testdata/config/config.json (about) 1 { 2 "version": "25", 3 "credential": { 4 "accessKey": "WPXKJC7CZQCFPKY5727N", 5 "secretKey": "eHCSajxLvl94l36gIMlzZ/oW2O0rYYK+cVn5jNT2" 6 }, 7 "region": "", 8 "browser": "on", 9 "worm": "off", 10 "domain": "", 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": false, 24 "url": "", 25 "exchange": "", 26 "routingKey": "", 27 "exchangeType": "", 28 "deliveryMode": 0, 29 "mandatory": false, 30 "immediate": false, 31 "durable": false, 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": "", 69 "dsnString": "", 70 "table": "", 71 "host": "", 72 "port": "", 73 "user": "", 74 "password": "", 75 "database": "" 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 }