diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fc0b58f..a750f93f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,8 +14,9 @@ and this project adheres to ### Changed -- 🧑‍💻(docker): add .next to .dockerignore #1055 +- 🧑‍💻(docker) add .next to .dockerignore #1055 - 🧑‍💻(docker) handle frontend development images with docker compose #1033 +- 🧑‍💻(docker) add y-provider config to development environment #1057 ### Fixed diff --git a/env.d/development/common.dist b/env.d/development/common.dist index bf1b4553..521db759 100644 --- a/env.d/development/common.dist +++ b/env.d/development/common.dist @@ -61,3 +61,6 @@ COLLABORATION_BACKEND_BASE_URL=http://app-dev:8000 COLLABORATION_SERVER_ORIGIN=http://localhost:3000 COLLABORATION_SERVER_SECRET=my-secret COLLABORATION_WS_URL=ws://localhost:4444/collaboration/ws/ + +Y_PROVIDER_API_BASE_URL=http://y-provider:4444/api/ +Y_PROVIDER_API_KEY=yprovider-api-key diff --git a/env.d/development/common.e2e.dist b/env.d/development/common.e2e.dist index 6a67a40b..3b2e2afc 100644 --- a/env.d/development/common.e2e.dist +++ b/env.d/development/common.e2e.dist @@ -2,5 +2,3 @@ BURST_THROTTLE_RATES="200/minute" DJANGO_SERVER_TO_SERVER_API_TOKENS=test-e2e SUSTAINED_THROTTLE_RATES="200/hour" -Y_PROVIDER_API_KEY=yprovider-api-key -Y_PROVIDER_API_BASE_URL=http://y-provider:4444/api/