22
33* This page is auto-generated from the settings classes in ` diracx.core.settings ` .*
44
5+ ## Core
6+
7+ ### ` DIRACX_CONFIG_BACKEND_URL `
8+
9+ The URL of the configuration backend.
10+
11+ ### ` DIRACX_SERVICE_DOTENV `
12+
13+ The variable points to .env files where configuration may be placed. There could be more than one file, with suffixes
14+ \_ X, where X is a number. The files will be loaded in order.
15+
516## AuthSettings
617
718Settings for the authentication service.
@@ -199,6 +210,29 @@ Maximum number of concurrent DB delete chunks during cleaning.
199210
200211Controls parallelism of database DELETE operations.
201212
213+ ### ` DIRACX_LEGACY_EXCHANGE_HASHED_API_KEY `
214+
215+ The hashed API key for the legacy exchange endpoint.
216+
217+ ### ` DIRACX_SERVICE_DOTENV `
218+
219+ The variable points to .env files where configuration may be placed. There could be more than one file, with suffixes
220+ \_ X, where X is a number. The files will be loaded in order.
221+
222+ ### ` DIRACX_SERVICE_JOBS_ENABLED `
223+
224+ Determines whether the jobs service is enabled.
225+
226+ ## Databases
227+
228+ ### ` DIRACX_DB_URL_<db_name> `
229+
230+ The URL for the SQL database ` <db_name> ` .
231+
232+ ### ` DIRACX_OS_DB_<db_name> `
233+
234+ A JSON-encoded dictionary of connection keyword arguments for the OpenSearch database ` <db_name> ` .
235+
202236## OTELSettings
203237
204238Settings for the Open Telemetry Configuration.
@@ -207,18 +241,28 @@ Settings for the Open Telemetry Configuration.
207241
208242* Optional* , default value: ` False `
209243
244+ Determines whether OpenTelemetry is enabled.
245+
210246### ` DIRACX_OTEL_APPLICATION_NAME `
211247
212248* Optional* , default value: ` diracx `
213249
250+ The name of the application for OpenTelemetry.
251+
214252### ` DIRACX_OTEL_GRPC_ENDPOINT `
215253
216254* Optional* , default value: \`\`
217255
256+ The gRPC endpoint for the OpenTelemetry collector.
257+
218258### ` DIRACX_OTEL_GRPC_INSECURE `
219259
220260* Optional* , default value: ` True `
221261
262+ Whether to use an insecure gRPC connection for the OpenTelemetry collector.
263+
222264### ` DIRACX_OTEL_HEADERS `
223265
224266* Optional* , default value: ` None `
267+
268+ A JSON-encoded dictionary of headers to pass to the OpenTelemetry collector, e.g. {"tenant_id": "lhcbdiracx-cert"}.
0 commit comments