credentials example
This commit is contained in:
parent
655a4920fb
commit
dc8769d661
1
.gitignore
vendored
1
.gitignore
vendored
@ -21,6 +21,7 @@ obj/
|
|||||||
!**/Bin/Debug/sqlite3.dll
|
!**/Bin/Debug/sqlite3.dll
|
||||||
!**/Bin/Debug/data/*
|
!**/Bin/Debug/data/*
|
||||||
!**/Bin/Debug/data/
|
!**/Bin/Debug/data/
|
||||||
|
!**/Bin/Debug/credentials_example.json
|
||||||
Tests/
|
Tests/
|
||||||
|
|
||||||
# NuGet Packages
|
# NuGet Packages
|
||||||
|
14
NadekoBot/bin/Debug/credentials_example.json
Normal file
14
NadekoBot/bin/Debug/credentials_example.json
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"Username": "myemail@email.com",
|
||||||
|
"Password": "xxxxxxx",
|
||||||
|
"BotId": 1231231231231,
|
||||||
|
"GoogleAPIKey": "",
|
||||||
|
"OwnerIds": [
|
||||||
|
123123123123,
|
||||||
|
5675675679845
|
||||||
|
],
|
||||||
|
"TrelloAppKey": "",
|
||||||
|
"SoundCloudClientID": "",
|
||||||
|
"MashapeKey": "",
|
||||||
|
"LOLAPIKey": ""
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user