add users map #23

This commit is contained in:
Henrique Dias 2016-08-20 21:48:37 +01:00
parent 9e8601085a
commit bf3879e8b1

View File

@ -21,6 +21,7 @@ type Config struct {
Token string // Anti CSRF token
FrontMatter string // Default frontmatter to save files in
HugoEnabled bool // Enables the Hugo plugin for File Manager
Users map[string]*UserConfig
}
// UserConfig contains the configuration for each user