updated default config file
This commit is contained in:
parent
262307bb6f
commit
44369daaa1
@ -3,7 +3,9 @@ allowUnknownFlags = false # Don't terminate the app if ini file contains unknow
|
|||||||
configUpdateInterval = 0s # Update interval for re-reading config file set via -config flag. Zero disables config file re-reading.
|
configUpdateInterval = 0s # Update interval for re-reading config file set via -config flag. Zero disables config file re-reading.
|
||||||
imagesRootPath = # This is the images root path that should be mirrored to piwigo.
|
imagesRootPath = # This is the images root path that should be mirrored to piwigo.
|
||||||
logLevel = info # The minimum log level required to write out a log message. (panic,fatal,error,warn,info,debug,trace)
|
logLevel = info # The minimum log level required to write out a log message. (panic,fatal,error,warn,info,debug,trace)
|
||||||
|
noUpload = false # If set to true, the metadata gets prepared but the upload is not called and the application is exited with code 90
|
||||||
piwigoPassword = # This is password to the given username.
|
piwigoPassword = # This is password to the given username.
|
||||||
piwigoUploadChunkSizeInKB = 512 # The chunksize used to upload an image to piwigo.
|
piwigoUploadChunkSizeInKB = 512 # The chunksize used to upload an image to piwigo.
|
||||||
piwigoUrl = # The root url without tailing slash to your piwigo installation.
|
piwigoUrl = # The root url without tailing slash to your piwigo installation.
|
||||||
piwigoUser = # The username to use during sync.
|
piwigoUser = # The username to use during sync.
|
||||||
|
sqliteDb = # The connection string to the sql lite database file.
|
||||||
|
Loading…
Reference in New Issue
Block a user