da267e9ed3
* squach contents new branch * source code explanations * flake8 * change in requirements * modified: docs/source/code.rst modified: docs/source/plugins.rst * modified: docs/source/code.rst modified: pygeoapi/formatter/csv_.py modified: pygeoapi/provider/geojson.py * changes requred in review code * modified: .travis.yml missing " * change file to use requirements-dev.txt modified: readthedocs.yml * flask_cors removal from requirements.txt * text changes
22 lines
796 B
ReStructuredText
22 lines
796 B
ReStructuredText
.. _configuration:
|
|
|
|
Configuration
|
|
=============
|
|
|
|
pygeoapi uses a yaml file as configuration source and the file location is read from the ``PYGEOAPI_CONFIG`` env variable
|
|
|
|
.. note::
|
|
pygeoapi is under high development, and new configuration paramenters are constantely being added. For the lastest parameters
|
|
please consult the `pygeoapi-config.yml <https://github.com/geopython/pygeoapi/blob/master/pygeoapi-config.yml>`_ file provided on github
|
|
|
|
|
|
|
|
Using ``pygeoapi-config.yml`` as reference we will have the following sections:
|
|
|
|
* `server` for server related configurations
|
|
* `logging` for logging configuration
|
|
* `metadata` server and content metadata (information used to populate multiple content)
|
|
* `datasets` data content offered by server (collections in WFS3.0)
|
|
|
|
|
|
|