Skip to content

Commit

Permalink
Added configuration into default.js for clientId LiveChat auth key
Browse files Browse the repository at this point in the history
  • Loading branch information
jolzee committed Sep 21, 2020
1 parent a2cdbdc commit bc130ad
Show file tree
Hide file tree
Showing 5 changed files with 184 additions and 144 deletions.
13 changes: 12 additions & 1 deletion config/default.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,18 @@ const config = {
*/
serverUrl: ""
},
key: "" // livechat.com license key
key: "", // livechat.com license key
/**
* Create custom app "Leopard Chat UI" in
* https://developers.livechat.com/console/apps/ and add an authorization
* block.
* Client Type: Web app
* Client Id: copy and paste below
* Add your URI whitelists for where Leopard is hosted
* app scopes: Define your access scopes.
*
*/
clientId: ""
},
location: {
/**
Expand Down
Loading

0 comments on commit bc130ad

Please sign in to comment.