Skip to content

Commit

Permalink
chore: Added package-lock.json & Added defaultColor to config files
Browse files Browse the repository at this point in the history
  • Loading branch information
penwoodjon committed Jan 23, 2023
1 parent 5d9fb54 commit 39619d3
Show file tree
Hide file tree
Showing 4 changed files with 102 additions and 9 deletions.
4 changes: 2 additions & 2 deletions config/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ module.exports = {
description:
'Search your Lightweight Directory Access Protocol (LDAP) server by email address',
entityTypes: ['email'],
defaultColor: 'light-blue',
/**
* An array of style files (css or less) that will be included for your integration. Any styles specified in
* the below files can be used in your custom template.
Expand Down Expand Up @@ -124,8 +125,7 @@ module.exports = {
},
{
key: 'maxClients',
name:
'Maximum Concurrent Search Requests (Changes Require Integration Restart)',
name: 'Maximum Concurrent Search Requests (Changes Require Integration Restart)',
description:
'The maximum number of concurrent search requests that can run at a time. When using connection pooling, this value is the total number of pooled connections. If all pooled connections are in use, new lookup requests will be queued (if too many requests are queued the integration will drop the request and report an error). After changing this option you must restart the integration for the changes to take place. This option must be set to "Only admins can view and edit". This setting must be configured as an admin-only setting.',
default: 10,
Expand Down
9 changes: 3 additions & 6 deletions config/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,9 @@
"level": "info"
},
"description": "Search your Lightweight Directory Access Protocol (LDAP) server by email address",
"entityTypes": [
"email"
],
"styles": [
"./styles/ldap.less"
],
"entityTypes": ["email"],
"defaultColor": "light-blue",
"styles": ["./styles/ldap.less"],
"block": {
"component": {
"file": "./components/ldap-block.js"
Expand Down
96 changes: 96 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
"generic-pool": "^3.8.2",
"lodash.once": "^4.1.1"
}
}
}

0 comments on commit 39619d3

Please sign in to comment.