improve docs

This commit is contained in:
Nicola Murino
2020-03-03 23:25:23 +01:00
parent 2eea6c95b9
commit 016abda6d7
4 changed files with 30 additions and 29 deletions

View File

@@ -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