mirror of
https://github.com/stashapp/CommunityScripts.git
synced 2026-04-23 14:49:31 -05:00
Add a template config.toml
This commit is contained in:
1
scripts/stash-watcher/.gitignore
vendored
1
scripts/stash-watcher/.gitignore
vendored
@@ -158,4 +158,3 @@ cython_debug/
|
||||
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
||||
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
||||
#.idea/
|
||||
config.toml
|
||||
|
||||
16
scripts/stash-watcher/config.toml
Normal file
16
scripts/stash-watcher/config.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user