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