mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 01:18:42 +00:00
parent
8baffbc97e
commit
19fc70ed64
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue