rename pem_path to key_path.
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
@@ -45,7 +45,7 @@ type SectionAndroid struct {
|
||||
// SectionIos is sub seciont of config.
|
||||
type SectionIos struct {
|
||||
Enabled bool `yaml:"enabled"`
|
||||
PemPath string `yaml:"pem_path"`
|
||||
KeyPath string `yaml:"key_path"`
|
||||
Password string `yaml:"password"`
|
||||
Production bool `yaml:"production"`
|
||||
}
|
||||
@@ -106,7 +106,7 @@ func BuildDefaultPushConf() ConfYaml {
|
||||
|
||||
// iOS
|
||||
conf.Ios.Enabled = false
|
||||
conf.Ios.PemPath = "key.pem"
|
||||
conf.Ios.KeyPath = "key.pem"
|
||||
conf.Ios.Password = ""
|
||||
conf.Ios.Production = false
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ android:
|
||||
|
||||
ios:
|
||||
enabled: false
|
||||
pem_path: "key.pem"
|
||||
key_path: "key.pem"
|
||||
password: ""
|
||||
production: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user