mirror of
https://github.com/gotify/server.git
synced 2024-01-28 15:20:56 +03:00
Use gofmt -s
This commit is contained in:
committed by
Jannis Mattheis
parent
8d7c7a5a50
commit
0f2e7cf5e2
@@ -6,13 +6,13 @@ import "github.com/jinzhu/configor"
|
||||
type Configuration struct {
|
||||
Server struct {
|
||||
Port int `default:"80"`
|
||||
SSL struct {
|
||||
SSL struct {
|
||||
Enabled *bool `default:"false"`
|
||||
RedirectToHTTPS *bool `default:"true"`
|
||||
Port int `default:"443"`
|
||||
CertFile string `default:""`
|
||||
CertKey string `default:""`
|
||||
LetsEncrypt struct {
|
||||
LetsEncrypt struct {
|
||||
Enabled *bool `default:"false"`
|
||||
AcceptTOS *bool `default:"false"`
|
||||
Cache string `default:"certs"`
|
||||
|
||||
Reference in New Issue
Block a user