From 7e50148ca28f55f2708c70298d45e3b4fbd6c1ed Mon Sep 17 00:00:00 2001 From: Adrian Marin Date: Tue, 10 Sep 2024 15:16:02 +0300 Subject: [PATCH] wip --- .env | 3 --- docs/public/static/addInkeep.js | 6 +++--- 2 files changed, 3 insertions(+), 6 deletions(-) delete mode 100644 .env diff --git a/.env b/.env deleted file mode 100644 index 9e32b15a..00000000 --- a/.env +++ /dev/null @@ -1,3 +0,0 @@ -VITE_INKEEP_API_KEY=389a67786d65d3ed8f59715c9e61d4a782c33269e7a89919 -VITE_INKEEP_INTEGRATION_ID=cm0wbyzba009blzci5h1bxbg8 -VITE_INKEEP_ORGANIZATION_ID=org_IqSqx2i7H6DlDzGS diff --git a/docs/public/static/addInkeep.js b/docs/public/static/addInkeep.js index 7ba0e85d..e3dfceca 100644 --- a/docs/public/static/addInkeep.js +++ b/docs/public/static/addInkeep.js @@ -16,9 +16,9 @@ const config = { properties: { chatButtonType: "PILL", baseSettings: { - apiKey: import.meta.env.VITE_INKEEP_API_KEY, // required - integrationId: import.meta.env.VITE_INKEEP_INTEGRATION_ID, // required - organizationId: import.meta.env.VITE_INKEEP_ORGANIZATION_ID, // required + apiKey: "389a67786d65d3ed8f59715c9e61d4a782c33269e7a89919", // required + integrationId: "cm0wbyzba009blzci5h1bxbg8", // required + organizationId: "org_IqSqx2i7H6DlDzGS", // required primaryBrandColor: "#1398FE", // your brand color, widget color scheme is derived from this organizationDisplayName: "Avo", // ...optional settings