settings clean up
This commit is contained in:
parent
790766f753
commit
aaad00c9bf
2 changed files with 1 additions and 5 deletions
|
@ -4,7 +4,5 @@
|
|||
{
|
||||
public string ConsumerKey { get; set; }
|
||||
public string ConsumerSecret { get; set; }
|
||||
public string AccessToken { get; set; }
|
||||
public string AccessTokenSecret { get; set; }
|
||||
}
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue