Skip to content

Commit

Permalink
Fix federation config
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekn committed Feb 13, 2017
1 parent 6f020b6 commit 4491b16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/federation/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ type Config struct {
ReverseFederation string `toml:"reverse-federation" valid:"optional"`
} `valid:"required"`
TLS struct {
CertificateFile string `toml:"certificate-file"`
PrivateKeyFile string `toml:"private-key-file"`
CertificateFile string `toml:"certificate-file" valid:"optional"`
PrivateKeyFile string `toml:"private-key-file" valid:"optional"`
} `valid:"optional"`
}

Expand Down

0 comments on commit 4491b16

Please sign in to comment.