Merge branch 'master' into develop

develop
Maxim Lebedev 5 months ago
commit 5848b18fe7
Signed by: toby3d
GPG Key ID: 1F14E25B7C119FC5

@ -115,7 +115,7 @@ func init() {
flag.StringVar(&memProfilePath, "memprofile", "", "set path to saving pprof memory profile")
flag.Parse()
if err := env.Parse(&config, env.Options{
if err := env.Parse(config, env.Options{
Environment: nil,
OnSet: nil,
Prefix: "INDIEAUTH_",

Loading…
Cancel
Save