In local development the notification to the yprovider server was not working anymore because of a recent change in the container name. We adapt the env variables to match the new container name.
6 lines
255 B
Plaintext
6 lines
255 B
Plaintext
# For the CI job test-e2e
|
|
BURST_THROTTLE_RATES="200/minute"
|
|
COLLABORATION_API_URL=http://y-provider:4444/collaboration/api/
|
|
DJANGO_SERVER_TO_SERVER_API_TOKENS=test-e2e
|
|
SUSTAINED_THROTTLE_RATES="200/hour"
|
|
Y_PROVIDER_API_BASE_URL=http://y-provider:4444/api/ |