From 3d45d4b32e66c178de709a72eee980507c19f0f4 Mon Sep 17 00:00:00 2001 From: SuperMarioDaBom Date: Mon, 17 Jul 2023 12:32:48 -0700 Subject: [PATCH] Update init.go Fix Kerberos password thing that I just noticed part 2 --- init.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.go b/init.go index 79f7d60..fd89742 100644 --- a/init.go +++ b/init.go @@ -43,5 +43,7 @@ func init() { "X-API-Key", os.Getenv("PN_FRIENDS_ACCOUNT_GRPC_APIKEY"), ) + globals.KerberosPassword = os.Getenv("PN_FRIENDS_CONFIG_KERBEROS_PASSWORD") + database.Connect() }