Skip to content

Commit c88a1d0

Browse files
authored
keep Securing Your Installation at the top #12018 (#12019)
1 parent da4f7f8 commit c88a1d0

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed

doc/sphinx-guides/source/installation/config.rst

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,6 @@ Once you have finished securing and configuring your Dataverse installation, you
1010
.. contents:: |toctitle|
1111
:local:
1212

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.
23-
24-
Examples include (but are not limited to):
25-
26-
- :ref:`dataverse.cors.origin <dataverse.cors.origin>`
27-
- :ref:`dataverse.cors.methods <dataverse.cors.methods>`
28-
- :ref:`dataverse.cors.headers.allow <dataverse.cors.headers.allow>`
29-
- :ref:`dataverse.cors.headers.expose <dataverse.cors.headers.expose>`
30-
- :ref:`:UploadMethods`
31-
32-
This behavior is implemented centrally and applies across all Dataverse settings that accept comma-separated values.
33-
3413
.. _securing-your-installation:
3514

3615
Securing Your Installation
@@ -2537,6 +2516,28 @@ Setting Up Integrations
25372516

25382517
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.
25392518

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.
2529+
2530+
Examples include (but are not limited to):
2531+
2532+
- :ref:`dataverse.cors.origin <dataverse.cors.origin>`
2533+
- :ref:`dataverse.cors.methods <dataverse.cors.methods>`
2534+
- :ref:`dataverse.cors.headers.allow <dataverse.cors.headers.allow>`
2535+
- :ref:`dataverse.cors.headers.expose <dataverse.cors.headers.expose>`
2536+
- :ref:`:UploadMethods`
2537+
2538+
This behavior is implemented centrally and applies across all Dataverse settings that accept comma-separated values.
2539+
2540+
25402541
.. _jvm-options:
25412542

25422543
JVM Options

0 commit comments

Comments
 (0)