Add a template config.toml

This commit is contained in:
DuctTape42
2023-09-26 18:04:33 -07:00
parent aa11a295ea
commit 5cecd9d1dc
2 changed files with 16 additions and 1 deletions

View File

@@ -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

View 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