Docs: Fix rendering of API server configuration defaults

Change-Id: I32537d6a266c86055e5268143681cfe9b9e46462
This commit is contained in:
David Moreau Simard
2020-04-14 15:22:14 -04:00
parent 821b0fe880
commit 31a6433b2c

View File

@@ -19,8 +19,8 @@ Overview
This is a brief overview of the different configuration options for the API server.
For more details, click on the configuration parameters.
+--------------------------------+--------------------------------------------------------+--------------------------------------------------------------+
| Environment Variable | default | Usage |
+----------------------------------+--------------------------------------------------------+------------------------------------------------------------+
| Environment Variable | Default | Usage |
+==================================+========================================================+============================================================+
| ARA_ALLOWED_HOSTS_ | ``["127.0.0.1", "localhost", "::1"]`` | Django's ALLOWED_HOSTS_ setting |
+----------------------------------+--------------------------------------------------------+------------------------------------------------------------+