This allow more flexibility around the installed plugins, this will allow to add models in plugins if needed.
9 lines
275 B
Plaintext
9 lines
275 B
Plaintext
# For the CI job test-e2e
|
|
SUSTAINED_THROTTLE_RATES="200/hour"
|
|
BURST_THROTTLE_RATES="200/minute"
|
|
|
|
OAUTH2_PROVIDER_OIDC_ENABLED = True
|
|
OAUTH2_PROVIDER_VALIDATOR_CLASS: "mailbox_oauth2.validators.ProConnectValidator"
|
|
|
|
INSTALLED_PLUGINS=plugins.la_suite.apps.LaSuitePluginConfig
|