This commit aims at improving the user experience: - Use a dedicated `Dockerfile` for the frontend - Run the backend and frontend in "watch"/dev mode in Docker - Do not start all Docker instances for small tasks
11 lines
296 B
Plaintext
11 lines
296 B
Plaintext
# For the CI job test-e2e
|
|
SUSTAINED_THROTTLE_RATES="200/hour"
|
|
BURST_THROTTLE_RATES="200/minute"
|
|
|
|
OIDC_ORGANIZATION_REGISTRATION_ID_FIELD="siret"
|
|
|
|
OAUTH2_PROVIDER_OIDC_ENABLED=True
|
|
OAUTH2_PROVIDER_VALIDATOR_CLASS="mailbox_oauth2.validators.ProConnectValidator"
|
|
|
|
INSTALLED_PLUGINS=plugins.la_suite
|