change logo_url for devMode (#683)

Closes #682
This commit is contained in:
Victor Vrantchan 2016-12-21 16:22:10 -05:00 committed by GitHub
parent 8baffbc97e
commit 19fc70ed64

View file

@ -512,7 +512,7 @@ func (d *Datastore) createDevHosts() error {
func (d *Datastore) createDevOrgInfo() error {
devOrgInfo := &kolide.AppConfig{
OrgName: "Kolide",
OrgLogoURL: fmt.Sprintf("%s/logo.png", d.config.Server.Address),
OrgLogoURL: fmt.Sprintf("%s/assets/images/kolide-logo.svg", d.config.Server.Address),
SMTPPort: 587,
SMTPAuthenticationType: kolide.AuthTypeUserNamePassword,
SMTPEnableTLS: true,