From a5f018485206c3f314c495b6f10a493b9329839a Mon Sep 17 00:00:00 2001 From: teru Date: Tue, 16 Aug 2016 00:32:54 +0900 Subject: [PATCH] Change configuration key names #12 --- repository.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/repository.go b/repository.go index 7372956..a1e27dd 100644 --- a/repository.go +++ b/repository.go @@ -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.