Update init.go

Fix Kerberos password thing that I just noticed part 2
This commit is contained in:
SuperMarioDaBom 2023-07-17 12:32:48 -07:00 committed by GitHub
parent 4b7cbb3668
commit 3d45d4b32e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()
}