Update env vars for react-admin

This commit is contained in:
Khushboo Verma
2025-06-20 12:07:24 +05:30
parent 651af6a2c5
commit 88239a23f9
+3 -3
View File
@@ -1390,7 +1390,7 @@ return [
'providerVersion' => '0.4.*',
'variables' => [
[
'name' => 'APPWRITE_SITE_API_ENDPOINT', // TODO: Update this
'name' => 'VITE_APPWRITE_ENDPOINT',
'description' => 'Endpoint of Appwrite server',
'value' => '{apiEndpoint}',
'placeholder' => '{apiEndpoint}',
@@ -1398,7 +1398,7 @@ return [
'type' => 'text'
],
[
'name' => 'APPWRITE_SITE_PROJECT_ID', // TODO: Update this
'name' => 'VITE_APPWRITE_PROJECT_ID',
'description' => 'Your Appwrite project ID',
'value' => '{projectId}',
'placeholder' => '{projectId}',
@@ -1406,7 +1406,7 @@ return [
'type' => 'text'
],
[
'name' => 'VITE_APPWRITE_PROJECT_NAME', // TODO: Update this
'name' => 'VITE_APPWRITE_PROJECT_NAME',
'description' => 'Your Appwrite project name',
'value' => '{projectName}',
'placeholder' => '{projectName}',