Skip to content

Commit f497e75

Browse files
tibrocAntoLC
authored andcommitted
🔧(project) Add trailing slash to yprovider api path
The value in the production environment .env example was missing a trailing slash in the path. This commit adjusts this to be in the same format as in other places.
1 parent 97ab13d commit f497e75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

env.d/production.dist/yprovider

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Y_PROVIDER_API_BASE_URL=http://${YPROVIDER_HOST}:4444/api
1+
Y_PROVIDER_API_BASE_URL=http://${YPROVIDER_HOST}:4444/api/
22
Y_PROVIDER_API_KEY=<generate a random key>
33
COLLABORATION_SERVER_SECRET=<generate a random key>
44
COLLABORATION_SERVER_ORIGIN=https://${DOCS_HOST}

0 commit comments

Comments
 (0)