File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ and this project adheres to
1414
1515### Changed
1616
17- - π§βπ»(docker): add .next to .dockerignore #1055
17+ - π§βπ»(docker) add .next to .dockerignore #1055
1818- π§βπ»(docker) handle frontend development images with docker compose #1033
19+ - π§βπ»(docker) add y-provider config to development environment #1057
1920
2021### Fixed
2122
Original file line number Diff line number Diff line change @@ -61,3 +61,6 @@ COLLABORATION_BACKEND_BASE_URL=http://app-dev:8000
6161COLLABORATION_SERVER_ORIGIN=http://localhost:3000
6262COLLABORATION_SERVER_SECRET=my-secret
6363COLLABORATION_WS_URL=ws://localhost:4444/collaboration/ws/
64+
65+ Y_PROVIDER_API_BASE_URL=http://y-provider:4444/api/
66+ Y_PROVIDER_API_KEY=yprovider-api-key
Original file line number Diff line number Diff line change 22BURST_THROTTLE_RATES="200/minute"
33DJANGO_SERVER_TO_SERVER_API_TOKENS=test-e2e
44SUSTAINED_THROTTLE_RATES="200/hour"
5- Y_PROVIDER_API_KEY=yprovider-api-key
6- Y_PROVIDER_API_BASE_URL=http://y-provider:4444/api/
You canβt perform that action at this time.
0 commit comments