BotSharp/Bot.WebStarter/settings.aws.json

10 lines
186 B
JSON
Raw Normal View History

2018-03-19 02:07:36 +00:00
{
"AWS": {
"AWSRegionEndPoint": "us-east-1",
"AWSSecretKey": "",
"AWSAccessKey": "",
2018-03-19 02:07:36 +00:00
"AWSEncoding": "utf-8",
"SESVerifiedEmail": "",
"AWSBucketPrefix": ""
2018-03-19 02:07:36 +00:00
}
}