🧑💻(docker) add y-provider config to development environment
Without this, YdocConverter throws an error when developping.
This commit is contained in:
committed by
Manuel Raynaud
parent
ba4f90a607
commit
f97ab51c8e
@@ -14,8 +14,9 @@ and this project adheres to
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- 🧑💻(docker): add .next to .dockerignore #1055
|
- 🧑💻(docker) add .next to .dockerignore #1055
|
||||||
- 🧑💻(docker) handle frontend development images with docker compose #1033
|
- 🧑💻(docker) handle frontend development images with docker compose #1033
|
||||||
|
- 🧑💻(docker) add y-provider config to development environment #1057
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
|||||||
@@ -61,3 +61,6 @@ COLLABORATION_BACKEND_BASE_URL=http://app-dev:8000
|
|||||||
COLLABORATION_SERVER_ORIGIN=http://localhost:3000
|
COLLABORATION_SERVER_ORIGIN=http://localhost:3000
|
||||||
COLLABORATION_SERVER_SECRET=my-secret
|
COLLABORATION_SERVER_SECRET=my-secret
|
||||||
COLLABORATION_WS_URL=ws://localhost:4444/collaboration/ws/
|
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
|
||||||
|
|||||||
@@ -2,5 +2,3 @@
|
|||||||
BURST_THROTTLE_RATES="200/minute"
|
BURST_THROTTLE_RATES="200/minute"
|
||||||
DJANGO_SERVER_TO_SERVER_API_TOKENS=test-e2e
|
DJANGO_SERVER_TO_SERVER_API_TOKENS=test-e2e
|
||||||
SUSTAINED_THROTTLE_RATES="200/hour"
|
SUSTAINED_THROTTLE_RATES="200/hour"
|
||||||
Y_PROVIDER_API_KEY=yprovider-api-key
|
|
||||||
Y_PROVIDER_API_BASE_URL=http://y-provider:4444/api/
|
|
||||||
|
|||||||
Reference in New Issue
Block a user