mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 14:20:55 +03:00
Allow to read env vars from files inside the "env.d" directory
This makes it easier to set environment variables on some operating systems. Setting configuration options from environment variables is recommended if you want to avoid the time-consuming task of merging your changes with the default configuration file after upgrading SFTPGo Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -93,6 +93,9 @@ contents:
|
||||
- dst: "/var/lib/sftpgo"
|
||||
type: dir
|
||||
|
||||
- dst: "/etc/sftpgo/env.d"
|
||||
type: dir
|
||||
|
||||
overrides:
|
||||
deb:
|
||||
recommends:
|
||||
|
||||
Reference in New Issue
Block a user