This commit is contained in:
commit
9ca0539691
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -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: "INDIEAUTH_"}); err != nil {
|
||||
if err := env.ParseWithOptions(config, env.Options{Prefix: "AUTH_"}); err != nil {
|
||||
logger.Fatalln(err)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue