credentials example

This commit is contained in:
Master Kwoth 2016-03-10 18:02:56 +01:00
parent 655a4920fb
commit dc8769d661
2 changed files with 15 additions and 0 deletions

1
.gitignore vendored
View File

@ -21,6 +21,7 @@ obj/
!**/Bin/Debug/sqlite3.dll
!**/Bin/Debug/data/*
!**/Bin/Debug/data/
!**/Bin/Debug/credentials_example.json
Tests/
# NuGet Packages

View File

@ -0,0 +1,14 @@
{
"Username": "myemail@email.com",
"Password": "xxxxxxx",
"BotId": 1231231231231,
"GoogleAPIKey": "",
"OwnerIds": [
123123123123,
5675675679845
],
"TrelloAppKey": "",
"SoundCloudClientID": "",
"MashapeKey": "",
"LOLAPIKey": ""
}