From 06442df3ada4d610bbd928bfde5a706004992986 Mon Sep 17 00:00:00 2001 From: MickaelK Date: Fri, 8 Aug 2025 14:13:57 +1000 Subject: [PATCH] chore (env): wrong env var --- server/common/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/common/constants.go b/server/common/constants.go index 5a101daa..91ec1aa0 100644 --- a/server/common/constants.go +++ b/server/common/constants.go @@ -58,7 +58,7 @@ func init() { var ( BUILD_REF string BUILD_DATE string - LICENSE string = env("LICENSE", "agpl") + LICENSE string = "agpl" SECRET_KEY string SECRET_KEY_DERIVATE_FOR_PROOF string SECRET_KEY_DERIVATE_FOR_ADMIN string