@@ -23,10 +23,10 @@ are impractical, the `s3` provider is available.
2323
2424By default, every instance serves API traffic ** and** runs background workers.
2525The ` web ` config profile disables all background processing, turning an instance
26- into an API-only node. Activate it via:
26+ into an API-only node. Activate it via [ ` dt.config.profile ` ] ( ../reference/configuration/api-server.md#dtconfigprofile ) :
2727
28- ```
29- SMALLRYE_CONFIG_PROFILE =web
28+ ``` linenums="1"
29+ dt.config.profile =web
3030```
3131
3232This results in two logical node types:
@@ -46,7 +46,7 @@ services:
4646 web :
4747 image : ghcr.io/dependencytrack/hyades-apiserver
4848 environment :
49- SMALLRYE_CONFIG_PROFILE : " web"
49+ DT_CONFIG_PROFILE : " web"
5050 DT_DATASOURCE_URL : " jdbc:postgresql://postgres:5432/dtrack"
5151 DT_DATASOURCE_USERNAME : " dtrack"
5252 DT_DATASOURCE_PASSWORD : " dtrack"
@@ -149,7 +149,7 @@ EXTRA_JAVA_OPTIONS="-XX:MaxGCPauseMillis=100"
149149
150150More CPU benefits worker throughput; more memory benefits caching and large BOM processing.
151151
152- ## Dex Engine Tuning
152+ ## dex Engine Tuning
153153
154154### Buffers
155155
@@ -204,7 +204,7 @@ Configuration:
204204- [ ` notification.outbox-relay.poll-interval-ms ` ] ( ../reference/configuration/api-server.md#dtnotificationoutbox-relaypoll-interval-ms )
205205- [ ` notification.outbox-relay.batch-size ` ] ( ../reference/configuration/api-server.md#dtnotificationoutbox-relaybatch-size )
206206
207- ## Separate Database for Dex
207+ ## Separate Database for dex
208208
209209By default, the durable execution engine uses the application database
210210([ ` dt.dex-engine.datasource.name ` ] ( ../reference/configuration/api-server.md#dtdex-enginedatasourcename ) ` =default ` ). For larger deployments, pointing dex
0 commit comments