🐛(env) update yprovider env for local development
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.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
# 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/
|
||||
Reference in New Issue
Block a user