From 39fdff9052afa83ebd702964e0ea6b8a8e827e5b Mon Sep 17 00:00:00 2001 From: Jonas Sulzer Date: Wed, 3 Feb 2021 16:47:42 +0100 Subject: [PATCH] :bug: Fix js variable prefix app->penpot on config doc. Signed-off-by: Jonas Sulzer --- docs/05-Configuration-Guide.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/05-Configuration-Guide.md b/docs/05-Configuration-Guide.md index 45d5eec32..946c06f72 100644 --- a/docs/05-Configuration-Guide.md +++ b/docs/05-Configuration-Guide.md @@ -200,10 +200,10 @@ If any of the following variables are defined, they will enable the corresponding auth button in the login page ```js -var appGoogleClientID = ""; -var appGitlabClientID = ""; -var appGithubClientID = ""; -var appLoginWithLDAP = ; +var penpotGoogleClientID = ""; +var penpotGitlabClientID = ""; +var penpotGithubClientID = ""; +var penpotLoginWithLDAP = ; ``` **NOTE:** The configuration should match the backend configuration for @@ -216,8 +216,8 @@ It is possible to display a warning message on a demo environment and disable/enable demo users: ```js -var appDemoWarning = ; -var appAllowDemoUsers = ; +var penpotDemoWarning = ; +var penpotAllowDemoUsers = ; ``` **NOTE:** The configuration for demo users should match the backend