1
0
mirror of https://github.com/directorz/mailfull-go.git synced 2025-12-17 09:37:02 +00:00

Change configuration key names #12

This commit is contained in:
teru
2016-08-16 00:32:54 +09:00
parent d0003ee454
commit a5f0184852

View File

@@ -44,8 +44,8 @@ type RepositoryConfig struct {
DirDatabasePath string `toml:"dir_database"`
DirMailDataPath string `toml:"dir_maildata"`
Username string `toml:"username"`
CmdPostalias string `toml:"postalias"`
CmdPostmap string `toml:"postmap"`
CmdPostalias string `toml:"cmd_postalias"`
CmdPostmap string `toml:"cmd_postmap"`
}
// Normalize normalizes paramaters of the RepositoryConfig.