From c048ab213900d222ebb4f1741a13d0d7a77d9f04 Mon Sep 17 00:00:00 2001 From: Stefan Negru Date: Wed, 6 Jan 2021 17:02:18 +0200 Subject: [PATCH] typo jwk url env var fix --- docs/submitter.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/submitter.rst b/docs/submitter.rst index b10785544..5083e2f3d 100644 --- a/docs/submitter.rst +++ b/docs/submitter.rst @@ -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. | +--------------------------------+-------------------------------+-----------------------------------------------------------------------------------+ @@ -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 @@ -91,4 +91,4 @@ The REST API is structured as follows: any additional operations on other users are rejected. -.. include:: code.rst \ No newline at end of file +.. include:: code.rst