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