mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2025-12-11 14:55:10 -06:00
8 lines
132 B
Python
8 lines
132 B
Python
STASH_SETTINGS = {
|
|
"Scheme":"http",
|
|
"Domain": "localhost",
|
|
"Port": "9999",
|
|
"ApiKey": "YOUR_API_KEY_HERE"
|
|
}
|
|
SHOW_OPTIONS = False
|