Skip to content

Commit

Permalink
Merge pull request #141 from flask-dashboard/docs
Browse files Browse the repository at this point in the history
added security_token
  • Loading branch information
kloostert committed May 15, 2018
2 parents e41f211 + 23b0224 commit 03271e4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ contains the entry point of the app. The following things can be configured:
GUEST_PASSWORD=['dashboardguest!', 'second_pw!']
GIT=/<path to your project>/.git/
OUTLIER_DETECTION_CONSTANT=2.5
DASHBOARD_ENABLED=True
OUTLIERS_ENABLED=True
SECURITY_TOKEN='cc83733cb0af8b884ff6577086b87909'
TEST_DIR=/<path to your project>/tests/
COLORS={'main':'[0,97,255]',
'static':'[255,153,0]'}
Expand Down Expand Up @@ -109,6 +110,9 @@ This might look a bit overwhelming, but the following list explains everything i
the expected overhead of the Dashboard is a bit larger, as you can find
`here <https://github.com/flask-dashboard/Testing-Dashboard-Overhead>`_.

- **SECURITY_TOKEN:** The token that is used for exporting the data to other services. If you leave this unchanged,
any service is able to retrieve the data from the database.

- **TEST_DIR:** Specifies where the unit tests reside. This will show up in the configuration in the Dashboard.

- **COLORS:** The endpoints are automatically hashed into a color.
Expand Down

0 comments on commit 03271e4

Please sign in to comment.