[add] Docs and default config for metric plugins (#1148)
This commit is contained in:
parent
12135c445b
commit
a316cbba73
|
@ -518,6 +518,21 @@ For more information about how to use social logins, see: `Satellizer <https://g
|
|||
GOOGLE_SECRET = "somethingsecret"
|
||||
|
||||
|
||||
Metric Providers
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
If you are not using a metric provider you do not need to configure any of these options.
|
||||
|
||||
.. data:: ACTIVE_PROVIDERS
|
||||
:noindex:
|
||||
|
||||
A list of metric plugins slugs to be ativated.
|
||||
|
||||
::
|
||||
|
||||
METRIC_PROVIDERS = ['atlas-metric']
|
||||
|
||||
|
||||
Plugin Specific Options
|
||||
-----------------------
|
||||
|
||||
|
|
|
@ -108,6 +108,9 @@ LEMUR_DEFAULT_ORGANIZATIONAL_UNIT = ''
|
|||
# Authentication Providers
|
||||
ACTIVE_PROVIDERS = []
|
||||
|
||||
# Metrics Providers
|
||||
METRIC_PROVIDERS = []
|
||||
|
||||
# Logging
|
||||
|
||||
LOG_LEVEL = "DEBUG"
|
||||
|
|
Loading…
Reference in New Issue