mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-04-16 22:03:17 -05: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
|