Этот коммит содержится в:
=Corey Hulen
2015-09-15 19:09:50 -07:00
родитель b2a679c25d
Коммит 5e2f701e6c
11 изменённых файлов: 6 добавлений и 273 удалений

Просмотреть файл

@@ -282,8 +282,10 @@ func getClientProperties(c *Config) map[string]string {
props["SegmentDeveloperKey"] = c.ClientSettings.SegmentDeveloperKey
props["GoogleDeveloperKey"] = c.ClientSettings.GoogleDeveloperKey
props["AnalyticsUrl"] = c.ServiceSettings.AnalyticsUrl
props["ByPassEmail"] = strconv.FormatBool(c.EmailSettings.ByPassEmail)
props["ProfileHeight"] = fmt.Sprintf("%v", c.ImageSettings.ProfileHeight)
props["ProfileWidth"] = fmt.Sprintf("%v", c.ImageSettings.ProfileWidth)
props["ProfileWidth"] = fmt.Sprintf("%v", c.ImageSettings.ProfileWidth)
return props
}