Skip to content

Commit a714532

Browse files
committed
🐛(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.
1 parent 71cd016 commit a714532

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

env.d/development/common.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ AI_API_KEY=password
5656
AI_MODEL=llama
5757

5858
# Collaboration
59-
COLLABORATION_API_URL=http://y-provider:4444/collaboration/api/
59+
COLLABORATION_API_URL=http://y-provider-development:4444/collaboration/api/
6060
COLLABORATION_BACKEND_BASE_URL=http://app-dev:8000
6161
COLLABORATION_SERVER_ORIGIN=http://localhost:3000
6262
COLLABORATION_SERVER_SECRET=my-secret
6363
COLLABORATION_WS_URL=ws://localhost:4444/collaboration/ws/
6464

65-
Y_PROVIDER_API_BASE_URL=http://y-provider:4444/api/
65+
Y_PROVIDER_API_BASE_URL=http://y-provider-development:4444/api/
6666
Y_PROVIDER_API_KEY=yprovider-api-key

env.d/development/common.e2e.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# For the CI job test-e2e
22
BURST_THROTTLE_RATES="200/minute"
3+
COLLABORATION_API_URL=http://y-provider:4444/collaboration/api/
34
DJANGO_SERVER_TO_SERVER_API_TOKENS=test-e2e
45
SUSTAINED_THROTTLE_RATES="200/hour"
6+
Y_PROVIDER_API_BASE_URL=http://y-provider:4444/api/

0 commit comments

Comments
 (0)