Skip to content

Commit

Permalink
typo jwk url env var fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blankdots authored Jan 6, 2021
1 parent 711d34a commit c048ab2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/submitter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ the table below.
| ``REDIRECT_URL`` | ``-`` | Enable this for working with front-end on ``localhost`` or or change to |
| | | ``http://frontend:3000`` if started using ``docker-compose`` (see :ref:`deploy`). |
+--------------------------------+-------------------------------+-----------------------------------------------------------------------------------+
| ``JWL_URL`` | ``-`` | JWK OIDC URL for retrieving key for validating ID token. |
| ``JWK_URL`` | ``-`` | JWK OIDC URL for retrieving key for validating ID token. |
+--------------------------------+-------------------------------+-----------------------------------------------------------------------------------+
| ``LOG_LEVEL`` | ``INFO`` | Set logging level, uppercase. |
+--------------------------------+-------------------------------+-----------------------------------------------------------------------------------+
Expand All @@ -65,7 +65,7 @@ For installing ``metadata-submitter`` backend do the following:
- ``MONGO_INITDB_ROOT_PASSWORD`` (password for admin user to mondogdb instance)
- ``MONGODB_HOST`` (host and port for mongodb instancem, e.g. `localhost:27017`)

To run the backend from command line use:
To run the backend from command line set the environment variables required and use:

.. code-block:: console
Expand All @@ -91,4 +91,4 @@ The REST API is structured as follows:
any additional operations on other users are rejected.


.. include:: code.rst
.. include:: code.rst

0 comments on commit c048ab2

Please sign in to comment.