stash
This commit is contained in:
9
stash/config/scrapers/community/ShokoAPI/config.py
Normal file
9
stash/config/scrapers/community/ShokoAPI/config.py
Normal file
@@ -0,0 +1,9 @@
|
||||
#it gets your Shoko api key with your shoko server username and password
|
||||
SHOKO = {
|
||||
"url":
|
||||
"http://localhost:8111", #your shoko server url
|
||||
"user":
|
||||
"username",#your shoko server username
|
||||
"pass":
|
||||
"password" #your shoko server password
|
||||
}
|
||||
Reference in New Issue
Block a user