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 ConsumerKey { get; set; }
|
||||||
public string ConsumerSecret { get; set; }
|
public string ConsumerSecret { get; set; }
|
||||||
public string AccessToken { get; set; }
|
|
||||||
public string AccessTokenSecret { get; set; }
|
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -20,8 +20,6 @@
|
||||||
},
|
},
|
||||||
"Twitter": {
|
"Twitter": {
|
||||||
"ConsumerKey": "twitter.api.key",
|
"ConsumerKey": "twitter.api.key",
|
||||||
"ConsumerSecret": "twitter.api.key",
|
"ConsumerSecret": "twitter.api.key"
|
||||||
"AccessToken": "twitter.api.key",
|
|
||||||
"AccessTokenSecret": "twitter.api.key"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue