PiwigoDirectoryUploader/configs/defaultConfig.ini

16 lines
1.5 KiB
INI
Raw Normal View History

2019-02-24 23:11:52 +01:00
allowMissingConfig = false # Don't terminate the app if the ini file cannot be read.
allowUnknownFlags = false # Don't terminate the app if ini file contains unknown flags.
configUpdateInterval = 0s # Update interval for re-reading config file set via -config flag. Zero disables config file re-reading.
2020-04-14 23:14:38 +02:00
dirSuffixToSkip = 0 # Set the number of directories at the end of the filepath to remove to build the category (e.g. value of 1: /foo/png/img.png results in foo/img.png).
extension = # Supported file extensions. Flag can be specified multiple times. Uses jpg and png if omitted.
ignoreDir = # Directories that should be ignored. Flag can be specified multiple times for more than one directory.
2019-02-24 23:11:52 +01:00
imagesRootPath = # This is the images root path that should be mirrored to piwigo.
2019-03-03 23:34:11 +01:00
logLevel = info # The minimum log level required to write out a log message. (panic,fatal,error,warn,info,debug,trace)
2019-03-20 23:34:49 +01:00
noUpload = false # If set to true, the metadata gets prepared but the upload is not called and the application is exited with code 90
parallelUploads = 4 # Set the number of images that get uploaded in parallel.
2019-02-24 23:11:52 +01:00
piwigoPassword = # This is password to the given username.
piwigoUrl = # The root url without tailing slash to your piwigo installation.
2019-02-24 23:11:52 +01:00
piwigoUser = # The username to use during sync.
2019-03-24 23:58:35 +01:00
removeImages = false # If set to true, images scheduled to delete will be removed from the piwigo server. Be sure you want to delete images before enabling this flag.
2019-03-20 23:53:25 +01:00
sqliteDb = ./localstate.db # The connection string to the sql lite database file.