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
Copy file name to clipboardExpand all lines: doc/sphinx-guides/source/installation/config.rst
+22-21Lines changed: 22 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,27 +10,6 @@ Once you have finished securing and configuring your Dataverse installation, you
10
10
.. contents:: |toctitle|
11
11
:local:
12
12
13
-
.. _comma-separated-config-values:
14
-
15
-
Comma-separated configuration values
16
-
------------------------------------
17
-
18
-
Many configuration options (both MicroProfile/JVM settings and database settings) accept comma-separated lists. For all such settings, Dataverse applies consistent, lightweight parsing:
19
-
20
-
- Whitespace immediately around commas is ignored (e.g., ``GET, POST`` is equivalent to ``GET,POST``).
21
-
- Tokens are otherwise preserved exactly as typed. There is no quote parsing and no escape processing.
22
-
- Embedded commas within a token are not supported.
This behavior is implemented centrally and applies across all Dataverse settings that accept comma-separated values.
33
-
34
13
.. _securing-your-installation:
35
14
36
15
Securing Your Installation
@@ -2537,6 +2516,28 @@ Setting Up Integrations
2537
2516
2538
2517
Before going live, you might want to consider setting up integrations to make it easier for your users to deposit or explore data. See the :doc:`/admin/integrations` section of the Admin Guide for details.
2539
2518
2519
+
.. _comma-separated-config-values:
2520
+
2521
+
Comma-Separated Configuration Values
2522
+
------------------------------------
2523
+
2524
+
Many configuration options (both MicroProfile/JVM settings and database settings) accept comma-separated lists. For all such settings, Dataverse applies consistent, lightweight parsing:
2525
+
2526
+
- Whitespace immediately around commas is ignored (e.g., ``GET, POST`` is equivalent to ``GET,POST``).
2527
+
- Tokens are otherwise preserved exactly as typed. There is no quote parsing and no escape processing.
2528
+
- Embedded commas within a token are not supported.
0 commit comments