Compare commits

..

No commits in common. "7b5986eac4bd6176c70ca3f97bf21a4e7d75769b" and "945bff3f565863e32966a81abd6d61738301ea70" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ func init() {
flag.StringVar(&memProfilePath, "memprofile", "", "set path to saving pprof memory profile")
flag.Parse()
if err := env.ParseWithOptions(config, env.Options{Prefix: "AUTH_"}); err != nil {
if err := env.ParseWithOptions(config, env.Options{Prefix: "INDIEAUTH_"}); err != nil {
logger.Fatalln(err)
}