We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62433ef commit 3384eadCopy full SHA for 3384ead
βCHANGELOG.md
@@ -12,6 +12,10 @@ and this project adheres to
12
13
- β¨(frontend) add customization for translations #857
14
15
+### Changed
16
+
17
+- π§βπ»(docker): add y-provider config to development environment #1057
18
19
## [3.3.0] - 2025-05-06
20
21
### Added
βenv.d/development/common.dist
@@ -61,3 +61,6 @@ COLLABORATION_BACKEND_BASE_URL=http://app-dev:8000
61
COLLABORATION_SERVER_ORIGIN=http://localhost:3000
62
COLLABORATION_SERVER_SECRET=my-secret
63
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