This allows to use the application name, instead of the full path to the application configuration in the INSTALLED_PLUGINS setting.
9 lines
250 B
Plaintext
9 lines
250 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
|