Skip to content

Commit 35c7b9e

Browse files
emersionlunika
authored andcommitted
πŸ§‘β€πŸ’»(docker) add y-provider config to development environment
Without this, YdocConverter throws an error when developping.
1 parent efe379d commit 35c7b9e

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

β€Ženv.d/development/common.distβ€Ž

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,6 @@ 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/
64+
65+
Y_PROVIDER_API_BASE_URL=http://y-provider:4444/api/
66+
Y_PROVIDER_API_KEY=yprovider-api-key

β€Ženv.d/development/common.e2e.distβ€Ž

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,3 @@
22
BURST_THROTTLE_RATES="200/minute"
33
DJANGO_SERVER_TO_SERVER_API_TOKENS=test-e2e
44
SUSTAINED_THROTTLE_RATES="200/hour"
5-
Y_PROVIDER_API_KEY=yprovider-api-key
6-
Y_PROVIDER_API_BASE_URL=http://y-provider:4444/api/

0 commit comments

Comments
Β (0)