Skip to content

Commit 3384ead

Browse files
committed
πŸ§‘β€πŸ’»(docker): add y-provider config to development environment
Without this, YdocConverter throws an error when developping.
1 parent 62433ef commit 3384ead

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

β€ŽCHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ and this project adheres to
1212

1313
- ✨(frontend) add customization for translations #857
1414

15+
### Changed
16+
17+
- πŸ§‘β€πŸ’»(docker): add y-provider config to development environment #1057
18+
1519
## [3.3.0] - 2025-05-06
1620

1721
### Added

β€Ž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

0 commit comments

Comments
Β (0)