diff --git a/doc/source/dashboard.rst b/doc/source/dashboard.rst index 50e9d6a51..4f2387e03 100644 --- a/doc/source/dashboard.rst +++ b/doc/source/dashboard.rst @@ -55,7 +55,7 @@ Create the `config.json` file (see the [example](app/config-sample.json)) settin +-----------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+------------------------+ | LOG_LEVEL | | Set Logging level | N | info | +-----------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+------------------------+ -| CRED_DB_URL | | URL to the DB to store site project IDs | N | sqlite:///tmp/creds.db | +| DB_URL | | URL to the DB to store dashbaord data | N | sqlite:///creds.db | +-----------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+------------------------+ | ANALYTICS_TAG | | Google Analytic Tag | N | "" | +-----------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------+---------------------+------------------------+