diff --git a/AmqpTest/appsettings.test.json b/AmqpTest/appsettings.test.json new file mode 100644 index 0000000..fec6269 --- /dev/null +++ b/AmqpTest/appsettings.test.json @@ -0,0 +1,17 @@ +{ + "AllowedHosts": "*", + "IOTConfig": { + "AccessKey": "LTAI4FdXhwy1evoHXingMaiZ", + "AccessSecret": "CGmGpzta6ro8Bta4RLiQD18EF8m6Bm", + "iotInstanceId": "iot-cn-nif1vosz501", + "ConsumerGroupId": "eQVdFouKAYajil208F7F000100", + "RegionId": "cn-shanghai", + "ProductKey": "a18mXM6Cvx8", + "UId": "1111649216405698", + "clientId": "gateway", + "Port": "5671", + "ReconnectionTime": "10000", + "MaxDegreeOfParallelism": "8", + "SmsSignName": "随手精灵" + } +}