Skip to content
Snippets Groups Projects
Commit 75840ca0 authored by ale's avatar ale
Browse files

Fix an issue with yaml inline usage not taking pointers

parent 5e4e0e2a
No related branches found
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ var ( ...@@ -23,7 +23,7 @@ var (
// Config ties together the acmeserver Config and the standard // Config ties together the acmeserver Config and the standard
// serverutil HTTP server configuration. // serverutil HTTP server configuration.
type Config struct { type Config struct {
ACME *acmeserver.Config `yaml:",inline"` ACME acmeserver.Config `yaml:",inline"`
Server *serverutil.ServerConfig `yaml:"http_server"` Server *serverutil.ServerConfig `yaml:"http_server"`
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment