Skip to content

Commit 5e7b2ff

Browse files
authored
update docs on config list elements (#1229)
This reverts commit b2f899e.
1 parent 679342b commit 5e7b2ff

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/configuration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pycsw's runtime configuration is defined by ``default.yml``. pycsw ships with a
3535
**manager**
3636

3737
- **transactions**: whether to enable transactions (``true`` or ``false``). Default is ``false`` (see :ref:`transactions`)
38-
- **allowed_ips**: comma delimited list of IP addresses (e.g. 192.168.0.103), wildcards (e.g. 192.168.0.*) or CIDR notations (e.g. 192.168.100.0/24) allowed to perform transactions (see :ref:`transactions`)
38+
- **allowed_ips**: list of IP addresses (e.g. 192.168.0.103), wildcards (e.g. 192.168.0.*) or CIDR notations (e.g. 192.168.100.0/24) allowed to perform transactions (see :ref:`transactions`)
3939
- **csw_harvest_pagesize**: when harvesting other CSW servers, the number of records per request to page by (default is 10)
4040

4141
**pubsub**
@@ -94,7 +94,7 @@ pycsw's runtime configuration is defined by ``default.yml``. pycsw ships with a
9494
- **filter**: server side database filter to apply as mask to all CSW requests (see :ref:`repofilters`)
9595
- **max_retries**: max number of retry attempts when connecting to records-repository database
9696
- **stable_sort**: enables stable sorting by appending an identifier sort as the last sortable. Default is ``false``
97-
- **facets**: comma-separated list of facetable properties for search results
97+
- **facets**: list of facetable properties for search results
9898

9999
.. note::
100100

docs/profiles.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Your profile plugin class (``FooProfile``) must implement all methods as per ``p
5555
Enabling Profiles
5656
-----------------
5757

58-
All profiles are disabled by default. To specify profiles at runtime, set the ``profiles`` value in the :ref:`configuration` to the name of the package (in the ``pycsw/plugins/profiles`` directory). To enable multiple profiles, specify as a comma separated value (see :ref:`configuration`).
58+
All profiles are disabled by default. To specify profiles at runtime, set the ``profiles`` value in the :ref:`configuration` to the name of the package (in the ``pycsw/plugins/profiles`` directory). To enable multiple profiles, specify as a list (see :ref:`configuration`).
5959

6060
Testing
6161
-------

0 commit comments

Comments
 (0)