You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Description:** Set `false` to disable caching of OIDC dicovery and jwks resources as well as access tokens in the 'Client Credentials Grant' client; access tokens are evicted 10 seconds before they expire
232
+
-**Description:** Set `false` to disable caching of OIDC discovery and jwks resources as well as access tokens in the 'Client Credentials Grant' client; access tokens are evicted 10 seconds before they expire
-**Description:** OIDC 'Client Credentials Grant' client cache timeout of access tokens before they expire, duration is subtracted from the expires at value of the acess token
239
+
-**Description:** OIDC 'Client Credentials Grant' client cache timeout of access tokens before they expire, duration is subtracted from the expires at value of the access token
240
240
-**Default:**`PT10S`
241
241
242
242
@@ -407,7 +407,7 @@ icon: config
407
407
-**Property:** dev.dsf.bpe.mail.password
408
408
-**Required:** No
409
409
-**Description:** SMTP server authentication password
410
-
-**Recommendation:** Configure if the SMTP server reqiures username/password authentication; use docker secret file to configure using *DEV_DSF_BPE_MAIL_PASSWORD_FILE*; enable SMTP over TLS via *DEV_DSF_BPE_MAIL_USESMTPS*
410
+
-**Recommendation:** Configure if the SMTP server requires username/password authentication; use docker secret file to configure using *DEV_DSF_BPE_MAIL_PASSWORD_FILE*; enable SMTP over TLS via *DEV_DSF_BPE_MAIL_USESMTPS*
411
411
412
412
413
413
### DEV_DSF_BPE_MAIL_PORT
@@ -482,7 +482,7 @@ icon: config
482
482
-**Property:** dev.dsf.bpe.mail.username
483
483
-**Required:** No
484
484
-**Description:** SMTP server authentication username
485
-
-**Recommendation:** Configure if the SMTP server reqiures username/password authentication; enable SMTP over TLS via *DEV_DSF_BPE_MAIL_USESMTPS*
485
+
-**Recommendation:** Configure if the SMTP server requires username/password authentication; enable SMTP over TLS via *DEV_DSF_BPE_MAIL_USESMTPS*
-**Description:** Map with files containing qualified classs names allowed to be loaded by plugins for api versions; map key must match v([1-9]+[0-9]*)
498
+
-**Description:** Map with files containing qualified class names allowed to be loaded by plugins for api versions; map key must match v([1-9]+[0-9]*)
499
499
-**Recommendation:** Change only during development
-**Description:** UI theme parameter, adds a color indicator to the ui to distinguish `dev`, `test` and `prod` environments im configured; supported values: `dev`, `test` and `prod`
635
+
-**Description:** UI theme parameter, adds a color indicator to the ui to distinguish `dev`, `test` and `prod` environments if configured; supported values: `dev`, `test` and `prod`
636
+
637
+
638
+
### DEV_DSF_LOG_CONFIG
639
+
-**Property:** dev.dsf.log.config
640
+
-**Required:** No
641
+
-**Description:** Location of a log4j configuration xml file; if file is readable, overrides configuration specified via *DEV_DSF_LOG_...* parameters
642
+
-**Default:**`conf/log4j2.xml`
643
+
644
+
645
+
### DEV_DSF_LOG_CONSOLE_ERR_ENABLED
646
+
-**Property:** dev.dsf.log.console.err.enabled
647
+
-**Required:** No
648
+
-**Description:** Set to `true` to enable console err output of the standard logger
649
+
-**Default:**`false`
650
+
651
+
652
+
### DEV_DSF_LOG_CONSOLE_ERR_LEVEL
653
+
-**Property:** dev.dsf.log.console.err.level
654
+
-**Required:** No
655
+
-**Description:** Standard logger console err output level, one of: `TRACE`, `DEBUG`, `INFO`, `WARN`, `ERROR`
656
+
-**Default:**`INFO`
657
+
658
+
659
+
### DEV_DSF_LOG_CONSOLE_ERR_STYLE
660
+
-**Property:** dev.dsf.log.console.err.style
661
+
-**Required:** No
662
+
-**Description:** Standard logger console err output style, one of: `JSON_ECS`, `JSON_GCP`, `JSON_GELF`, `JSON_LOGSTASH`, `TEXT_MDC`, `TEXT`, `TEXT_COLOR_MDC`, `TEXT_COLOR`
663
+
-**Default:**`TEXT_COLOR`
664
+
665
+
666
+
### DEV_DSF_LOG_CONSOLE_OUT_ENABLED
667
+
-**Property:** dev.dsf.log.console.out.enabled
668
+
-**Required:** No
669
+
-**Description:** Set to `false` to disable console out output of the standard logger
670
+
-**Default:**`true`
671
+
672
+
673
+
### DEV_DSF_LOG_CONSOLE_OUT_LEVEL
674
+
-**Property:** dev.dsf.log.console.out.level
675
+
-**Required:** No
676
+
-**Description:** Standard logger console out output level, one of: `TRACE`, `DEBUG`, `INFO`, `WARN`, `ERROR`
677
+
-**Default:**`INFO`
678
+
679
+
680
+
### DEV_DSF_LOG_CONSOLE_OUT_STYLE
681
+
-**Property:** dev.dsf.log.console.out.style
682
+
-**Required:** No
683
+
-**Description:** Standard logger console out output style, one of: `JSON_ECS`, `JSON_GCP`, `JSON_GELF`, `JSON_LOGSTASH`, `TEXT_MDC`, `TEXT`, `TEXT_COLOR_MDC`, `TEXT_COLOR`
-**Description:** Set to `true` to enable console err output of the special data logger; the data logger can be used by process plugins to log sensitive data
691
+
-**Default:**`false`
692
+
693
+
694
+
### DEV_DSF_LOG_DATA_CONSOLE_ERR_STYLE
695
+
-**Property:** dev.dsf.log.data.console.err.style
696
+
-**Required:** No
697
+
-**Description:** Special data logger console err style, one of: `JSON_ECS`, `JSON_GCP`, `JSON_GELF`, `JSON_LOGSTASH`, `TEXT_MDC`, `TEXT`
-**Description:** Set to `true` to enable console out output of the special data logger; the data logger can be used by process plugins to log sensitive data
705
+
-**Default:**`false`
706
+
707
+
708
+
### DEV_DSF_LOG_DATA_CONSOLE_OUT_STYLE
709
+
-**Property:** dev.dsf.log.data.console.out.style
710
+
-**Required:** No
711
+
-**Description:** Special data logger console out style, one of: `JSON_ECS`, `JSON_GCP`, `JSON_GELF`, `JSON_LOGSTASH`, `TEXT_MDC`, `TEXT`
712
+
-**Default:**`TEXT`
713
+
714
+
715
+
### DEV_DSF_LOG_DATA_FILE_ENABLED
716
+
-**Property:** dev.dsf.log.data.file.enabled
717
+
-**Required:** No
718
+
-**Description:** Set to `true` to enable log file output of the special data logger; the data logger can be used by process plugins to log sensitive data
719
+
-**Default:**`false`
720
+
721
+
722
+
### DEV_DSF_LOG_DATA_FILE_STYLE
723
+
-**Property:** dev.dsf.log.data.file.style
724
+
-**Required:** No
725
+
-**Description:** Special data logger file style, one of: `JSON_ECS`, `JSON_GCP`, `JSON_GELF`, `JSON_LOGSTASH`, `TEXT_MDC`, `TEXT`
726
+
-**Default:**`TEXT`
727
+
728
+
729
+
### DEV_DSF_LOG_FILE_ENABLED
730
+
-**Property:** dev.dsf.log.file.enabled
731
+
-**Required:** No
732
+
-**Description:** Set to `false` to disable log file output of the standard logger
733
+
-**Default:**`true`
734
+
735
+
736
+
### DEV_DSF_LOG_FILE_LEVEL
737
+
-**Property:** dev.dsf.log.file.level
738
+
-**Required:** No
739
+
-**Description:** Standard logger log file output level, one of: `TRACE`, `DEBUG`, `INFO`, `WARN`, `ERROR`
740
+
-**Default:**`DEBUG`
741
+
742
+
743
+
### DEV_DSF_LOG_FILE_STYLE
744
+
-**Property:** dev.dsf.log.file.style
745
+
-**Required:** No
746
+
-**Description:** Standard logger log file output style, one of: `JSON_ECS`, `JSON_GCP`, `JSON_GELF`, `JSON_LOGSTASH`, `TEXT_MDC`, `TEXT`
747
+
-**Default:**`TEXT_MDC`
636
748
637
749
638
750
### DEV_DSF_PROXY_NOPROXY
639
751
-**Property:** dev.dsf.proxy.noProxy
640
752
-**Required:** No
641
-
-**Description:** Forward proxy no-proxy list, entries will match exactly or agianst (one level) sub-domains, if no port is specified - all ports are matched; comma or space separated list, YAML block scalars supported
753
+
-**Description:** Forward proxy no-proxy list, entries will match exactly or against (one level) sub-domains, if no port is specified - all ports are matched; comma or space separated list, YAML block scalars supported
Copy file name to clipboardExpand all lines: docs/src/operations/v2.0.0-RC1/fhir/configuration.md
+115-3Lines changed: 115 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -220,13 +220,125 @@ icon: config
220
220
### DEV_DSF_FHIR_SERVER_UI_THEME
221
221
-**Property:** dev.dsf.fhir.server.ui.theme
222
222
-**Required:** No
223
-
-**Description:** UI theme parameter, adds a color indicator to the ui to distinguish `dev`, `test` and `prod` environments im configured; supported values: `dev`, `test` and `prod`
223
+
-**Description:** UI theme parameter, adds a color indicator to the ui to distinguish `dev`, `test` and `prod` environments if configured; supported values: `dev`, `test` and `prod`
-**Description:** Location of a log4j configuration xml file; if file is readable, overrides configuration specified via *DEV_DSF_LOG_...* parameters
272
+
-**Default:**`conf/log4j2.xml`
273
+
274
+
275
+
### DEV_DSF_LOG_CONSOLE_ERR_ENABLED
276
+
-**Property:** dev.dsf.log.console.err.enabled
277
+
-**Required:** No
278
+
-**Description:** Set to `true` to enable console err output of the standard logger
279
+
-**Default:**`false`
280
+
281
+
282
+
### DEV_DSF_LOG_CONSOLE_ERR_LEVEL
283
+
-**Property:** dev.dsf.log.console.err.level
284
+
-**Required:** No
285
+
-**Description:** Standard logger console err output level, one of: `TRACE`, `DEBUG`, `INFO`, `WARN`, `ERROR`
286
+
-**Default:**`INFO`
287
+
288
+
289
+
### DEV_DSF_LOG_CONSOLE_ERR_STYLE
290
+
-**Property:** dev.dsf.log.console.err.style
291
+
-**Required:** No
292
+
-**Description:** Standard logger console err output style, one of: `JSON_ECS`, `JSON_GCP`, `JSON_GELF`, `JSON_LOGSTASH`, `TEXT_MDC`, `TEXT`, `TEXT_COLOR_MDC`, `TEXT_COLOR`
293
+
-**Default:**`TEXT_COLOR`
294
+
295
+
296
+
### DEV_DSF_LOG_CONSOLE_OUT_ENABLED
297
+
-**Property:** dev.dsf.log.console.out.enabled
298
+
-**Required:** No
299
+
-**Description:** Set to `false` to disable console out output of the standard logger
300
+
-**Default:**`true`
301
+
302
+
303
+
### DEV_DSF_LOG_CONSOLE_OUT_LEVEL
304
+
-**Property:** dev.dsf.log.console.out.level
305
+
-**Required:** No
306
+
-**Description:** Standard logger console out output level, one of: `TRACE`, `DEBUG`, `INFO`, `WARN`, `ERROR`
307
+
-**Default:**`INFO`
308
+
309
+
310
+
### DEV_DSF_LOG_CONSOLE_OUT_STYLE
311
+
-**Property:** dev.dsf.log.console.out.style
312
+
-**Required:** No
313
+
-**Description:** Standard logger console out output style, one of: `JSON_ECS`, `JSON_GCP`, `JSON_GELF`, `JSON_LOGSTASH`, `TEXT_MDC`, `TEXT`, `TEXT_COLOR_MDC`, `TEXT_COLOR`
314
+
-**Default:**`TEXT_COLOR`
315
+
316
+
317
+
### DEV_DSF_LOG_FILE_ENABLED
318
+
-**Property:** dev.dsf.log.file.enabled
319
+
-**Required:** No
320
+
-**Description:** Set to `false` to disable log file output of the standard logger
321
+
-**Default:**`true`
322
+
323
+
324
+
### DEV_DSF_LOG_FILE_LEVEL
325
+
-**Property:** dev.dsf.log.file.level
326
+
-**Required:** No
327
+
-**Description:** Standard logger log file output level, one of: `TRACE`, `DEBUG`, `INFO`, `WARN`, `ERROR`
328
+
-**Default:**`DEBUG`
329
+
330
+
331
+
### DEV_DSF_LOG_FILE_STYLE
332
+
-**Property:** dev.dsf.log.file.style
333
+
-**Required:** No
334
+
-**Description:** Standard logger log file output style, one of: `JSON_ECS`, `JSON_GCP`, `JSON_GELF`, `JSON_LOGSTASH`, `TEXT_MDC`, `TEXT`
335
+
-**Default:**`TEXT_MDC`
224
336
225
337
226
338
### DEV_DSF_PROXY_NOPROXY
227
339
-**Property:** dev.dsf.proxy.noProxy
228
340
-**Required:** No
229
-
-**Description:** Forward proxy no-proxy list, entries will match exactly or agianst (one level) sub-domains, if no port is specified - all ports are matched; comma or space separated list, YAML block scalars supported
341
+
-**Description:** Forward proxy no-proxy list, entries will match exactly or against (one level) sub-domains, if no port is specified - all ports are matched; comma or space separated list, YAML block scalars supported
0 commit comments