From 8d5aa2bd3b5ac70788128e92eaa152189de2927e Mon Sep 17 00:00:00 2001 From: trieu Date: Wed, 29 May 2024 14:29:20 +0700 Subject: [PATCH] update metadata admin cdp --- configs/app-metadata-configs.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/app-metadata-configs.json b/configs/app-metadata-configs.json index 101e2d26..d66463dc 100644 --- a/configs/app-metadata-configs.json +++ b/configs/app-metadata-configs.json @@ -1,8 +1,8 @@ [ { "appId": "10000", - "name": "LEO CDP Admin", - "pageTitle": "Leo CDP Admin", + "name": "CDP Admin", + "pageTitle": "CDP Admin", "pageHeaderLogo": "https://www.the-learning-agency-lab.com/wp-content/uploads/2021/04/TheLearningAgency_Black_Logo20_XL.png", "webTemplateFolder": "leocdp-admin", "webTemplateCache": false, @@ -10,9 +10,9 @@ }, { "appId": "1", - "name": "LEO Content Hub", + "name": "CDP Content Hub", "domain": "localhost", - "pageTitle": "LEO Content Hub", + "pageTitle": "CDP Content Hub", "pageHeaderLogo": "/public/images/leo-cdp-logo.png", "webTemplateFolder": "content-hub", "webTemplateCache": true,