mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-04-17 11:10:57 -05:00
17 lines
482 B
TOML
17 lines
482 B
TOML
#This is the information about your stash instance
|
|
[Host]
|
|
#The scheme (either http or https)
|
|
Scheme = http
|
|
#The full hostname for your stash instance. If you're running in docker you might want the
|
|
#service name and not localhost here.
|
|
Host = localhost
|
|
#The port number for your stash instance
|
|
Port = 9999
|
|
#The api key, if your stash instance is password protected
|
|
ApiKey =
|
|
|
|
#Configuration for the listener itself
|
|
[Config]
|
|
#A comma separated list of paths to watch.
|
|
Paths = /data
|