mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-08 23:28:39 +03:00
improve docs
This commit is contained in:
@@ -150,7 +150,7 @@ type Config struct {
|
||||
// Sets the maximum number of open connections for mysql and postgresql driver.
|
||||
// Default 0 (unlimited)
|
||||
PoolSize int `json:"pool_size" mapstructure:"pool_size"`
|
||||
// Users' default base directory.
|
||||
// Users default base directory.
|
||||
// If no home dir is defined while adding a new user, and this value is
|
||||
// a valid absolute path, then the user home dir will be automatically
|
||||
// defined as the path obtained joining the base dir and the username
|
||||
|
||||
Reference in New Issue
Block a user