Skip to content

Commit

Permalink
Add UUID
Browse files Browse the repository at this point in the history
  • Loading branch information
sarus committed Feb 8, 2024
1 parent 6ec313f commit 06d18e6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
module.exports = {
/**
* The UUID is only required for integrations that will be released via the Polarity Integration store.
* It is not required and should not be included for custom integrations.
*/
polarityIntegrationUuid: 'a79f3010-c6b2-11ee-bf45-dff4364b7a03',
/**
* Name of the integration which is displayed in the Polarity integrations user interface
*
Expand Down
1 change: 1 addition & 0 deletions config/config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"polarityIntegrationUuid": "a79f3010-c6b2-11ee-bf45-dff4364b7a03",
"name": "Generic REST Sample",
"acronym": "REST",
"entityTypes": [
Expand Down

0 comments on commit 06d18e6

Please sign in to comment.