From 212939e9fc581af32130bc6e3ef96bf796895736 Mon Sep 17 00:00:00 2001 From: Serik Ibragimov Date: Wed, 15 Jan 2025 14:15:10 +0500 Subject: [PATCH] add sdk env variables --- web/documentserver-example/php-laravel/.env.example | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/web/documentserver-example/php-laravel/.env.example b/web/documentserver-example/php-laravel/.env.example index a9eb71f6..2c765ebc 100644 --- a/web/documentserver-example/php-laravel/.env.example +++ b/web/documentserver-example/php-laravel/.env.example @@ -1,3 +1,10 @@ +# PHP SDK ENV VARIABLES + +## COMMAND SERVICE +DOCS_INTEGRATION_SDK_COMMAND_SERVICE_URL=/command +DOCS_INTEGRATION_SDK_CONVERT_SERVICE_URL=/converter + + ## DOCUMENT STORAGE ENV VARIABLES DOCUMENT_STORAGE_PUBLIC_URL=http://localhost