File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ The URL of the configuration backend.
1313The variable points to .env files where configuration may be placed. There could be more than one file, with suffixes
1414\_ X, where X is a number. The files will be loaded in order.
1515
16+ ### ` DIRACX_SERVICE_JOBS_ENABLED `
17+
18+ Determines whether the jobs service is enabled.
19+
1620## AuthSettings
1721
1822Settings for the authentication service.
@@ -134,6 +138,10 @@ Set of security properties available in this DIRAC installation.
134138These properties define various authorization capabilities and are used
135139for access control decisions. Defaults to all available security properties.
136140
141+ ### ` DIRACX_LEGACY_EXCHANGE_HASHED_API_KEY `
142+
143+ The hashed API key for the legacy exchange endpoint.
144+
137145## SandboxStoreSettings
138146
139147Settings for the sandbox store.
@@ -210,14 +218,6 @@ Maximum number of concurrent DB delete chunks during cleaning.
210218
211219Controls parallelism of database DELETE operations.
212220
213- ### ` DIRACX_LEGACY_EXCHANGE_HASHED_API_KEY `
214-
215- The hashed API key for the legacy exchange endpoint.
216-
217- ### ` DIRACX_SERVICE_JOBS_ENABLED `
218-
219- Determines whether the jobs service is enabled.
220-
221221## Databases
222222
223223### ` DIRACX_DB_URL_<db_name> `
Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ The URL of the configuration backend.
1212The variable points to .env files where configuration may be placed. There could be more than one file, with suffixes
1313_X, where X is a number. The files will be loaded in order.
1414
15- {{ render_class('AuthSettings') }}
15+ ### `DIRACX_SERVICE_JOBS_ENABLED`
16+ Determines whether the jobs service is enabled.
1617
17- {{ render_class('SandboxStoreSettings ') }}
18+ {{ render_class('AuthSettings ') }}
1819
1920### `DIRACX_LEGACY_EXCHANGE_HASHED_API_KEY`
2021The hashed API key for the legacy exchange endpoint.
2122
22- ### `DIRACX_SERVICE_JOBS_ENABLED`
23- Determines whether the jobs service is enabled.
23+ {{ render_class('SandboxStoreSettings') }}
2424
2525## Databases
2626
You can’t perform that action at this time.
0 commit comments