settings clean up

This commit is contained in:
Nicolas Constant 2020-12-28 16:42:30 -05:00
parent 790766f753
commit aaad00c9bf
No known key found for this signature in database
GPG Key ID: 1E9F677FB01A5688
2 changed files with 1 additions and 5 deletions

View File

@ -4,7 +4,5 @@
{
public string ConsumerKey { get; set; }
public string ConsumerSecret { get; set; }
public string AccessToken { get; set; }
public string AccessTokenSecret { get; set; }
}
}

View File

@ -20,8 +20,6 @@
},
"Twitter": {
"ConsumerKey": "twitter.api.key",
"ConsumerSecret": "twitter.api.key",
"AccessToken": "twitter.api.key",
"AccessTokenSecret": "twitter.api.key"
"ConsumerSecret": "twitter.api.key"
}
}