From 59f3492593b6c849b38f0d6646042e7f7e2915e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Romain=20D=C3=A9nari=C3=A9?= Date: Tue, 30 Jan 2024 14:36:42 +0100 Subject: [PATCH] feat: Add the name and the link of the product in the bottom of the leftMenu - Meeds-io/MIPs#117 --- services/src/main/resources/conf/platform.properties | 1 + 1 file changed, 1 insertion(+) diff --git a/services/src/main/resources/conf/platform.properties b/services/src/main/resources/conf/platform.properties index d2422dac..1ce7a623 100644 --- a/services/src/main/resources/conf/platform.properties +++ b/services/src/main/resources/conf/platform.properties @@ -1,5 +1,6 @@ # Current product properties product.name=eXo Platform +product.link=https://www.exoplatform.com product.groupId=org.exoplatform.platform product.buildNumber=@timestamp@ product.revision=@buildNumber@