Skip to content

Commit dbb4078

Browse files
martyniaaldbr
authored andcommitted
docs: move bits around
1 parent 9f91fe2 commit dbb4078

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

docs/admin/reference/env-variables.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ The URL of the configuration backend.
1313
The 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

1822
Settings for the authentication service.
@@ -134,6 +138,10 @@ Set of security properties available in this DIRAC installation.
134138
These properties define various authorization capabilities and are used
135139
for 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

139147
Settings for the sandbox store.
@@ -210,14 +218,6 @@ Maximum number of concurrent DB delete chunks during cleaning.
210218

211219
Controls 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>`

docs/admin/reference/env-variables.md.j2

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ The URL of the configuration backend.
1212
The 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`
2021
The 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

0 commit comments

Comments
 (0)