This commit is contained in:
Nicolas Constant 2020-03-22 00:43:57 -04:00
parent b0ef1526b1
commit aa6e1fb254
No known key found for this signature in database
GPG key ID: 1E9F677FB01A5688

View file

@ -1,18 +0,0 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"Instance": {
"Domain": "domain.name"
},
"Twitter": {
"ConsumerKey": "twitter.api.key",
"ConsumerSecret": "twitter.api.key",
"AccessToken": "twitter.api.key",
"AccessTokenSecret": "twitter.api.key"
}
}