@@ -63,34 +63,6 @@ responsible to provide your own validation of the Host header.
6363
6464 ALLOWED_HOSTS = *
6565
66- .. _dejacode_settings_purldb :
67-
68- PURLDB
69- ------
70-
71- Provide the URL and API key of your `PurlDB <https://github.com/nexB/purldb/ >`_
72- instance.
73-
74- ::
75-
76- PURLDB_URL=https://your-purldb-domain/
77- PURLDB_API_KEY=apikeyexample
78-
79- .. _dejacode_settings_vulnerablecode :
80-
81- VULNERABLECODE
82- --------------
83-
84- You can either run your own instance of
85- `VulnerableCode <https://github.com/nexB/vulnerablecode/ >`_
86- or connect to the public one.
87-
88- Authentication is provided using an API key that you can obtain by registering at
89- https://public.vulnerablecode.io/account/request_api_key/ ::
90-
91- VULNERABLECODE_URL=https://public.vulnerablecode.io/
92- VULNERABLECODE_API_KEY=apikeyexample
93-
9466 EMAIL
9567-----
9668
@@ -187,11 +159,11 @@ to provide some progress about pipeline run execution.
187159
188160Default: ``INFO ``
189161
190- The ``DEBUG `` value can be provided to this setting to see all ScanCode.io debug
162+ The ``DEBUG `` value can be provided to this setting to see all DejaCode debug
191163messages to help track down configuration issues for example.
192164This mode can be enabled globally through the ``.env `` file::
193165
194- SCANCODEIO_LOG_LEVEL =DEBUG
166+ DEJACODE_LOG_LEVEL =DEBUG
195167
196168.. _clamd-settings :
197169
@@ -222,6 +194,65 @@ default the ``US/Pacific`` time zone is used::
222194 You can view a detailed list of time zones `here.
223195 <https://en.wikipedia.org/wiki/List_of_tz_database_time_zones> `_
224196
197+ .. _dejacode_settings_aboutcode_integrations :
198+
199+ AboutCode integrations
200+ ======================
201+
202+ To **integrate DejaCode with other applications within the AboutCode stack **,
203+ you have the flexibility to configure and set up integrations using the following
204+ application settings.
205+
206+ It's important to understand that employing application settings will make these
207+ integrations **globally accessible across all Dataspaces ** within your DejaCode
208+ instance.
209+
210+ Alternatively, if you wish to tailor the availability of these features to a specific
211+ Dataspace, you can define and set those values directly within the Dataspace
212+ configuration. This can be done through the Dataspace admin UI, allowing you to scope
213+ the availability of these integrations exclusively to the designated Dataspace.
214+
215+ .. _dejacode_settings_scancodeio :
216+
217+ SCANCODEIO
218+ ----------
219+
220+ Provide the URL and API key of your `ScanCode.io <https://github.com/nexB/scancode.io >`_
221+ instance.
222+
223+ .. code-block :: python
224+
225+ SCANCODEIO_URL = https:// your_scancodeio.url/
226+ SCANCODEIO_API_KEY = insert_your_api_key_here
227+
228+ .. _dejacode_settings_purldb :
229+
230+ PURLDB
231+ ------
232+
233+ Provide the URL and API key of your `PurlDB <https://github.com/nexB/purldb >`_ instance.
234+
235+ .. code-block :: python
236+
237+ PURLDB_URL = https:// your- purldb.url/
238+ PURLDB_API_KEY = insert_your_api_key_here
239+
240+ .. _dejacode_settings_vulnerablecode :
241+
242+ VULNERABLECODE
243+ --------------
244+
245+ You can either run your own instance of
246+ `VulnerableCode <https://github.com/nexB/vulnerablecode >`_
247+ or connect to the public one https://public.vulnerablecode.io/.
248+
249+ .. note :: Providing an API key is optional when using the public VulnerableCode instance.
250+
251+ .. code-block :: python
252+
253+ VULNERABLECODE_URL = https:// public.vulnerablecode.io/
254+ VULNERABLECODE_API_KEY = insert_your_api_key_here
255+
225256 LDAP Integration
226257================
227258
0 commit comments