sftpgo-mirror/config
Márk Sági-Kazár 2a9ed0abca
Accept a config file path instead of a config name
Config name is a Viper concept used for searching a specific file
in various paths with various extensions.

Making it configurable is usually not a useful feature
as users mostly want to define a full or relative path
to a config file.

This change replaces config name with config file.
2020-12-03 16:23:33 +01:00
..
config.go Accept a config file path instead of a config name 2020-12-03 16:23:33 +01:00
config_linux.go add version info 2019-08-08 10:01:33 +02:00
config_nolinux.go add version info 2019-08-08 10:01:33 +02:00
config_test.go Accept a config file path instead of a config name 2020-12-03 16:23:33 +01:00