From 719a1e81d5af5c872f79f11f462e4b30211f80b7 Mon Sep 17 00:00:00 2001 From: IwanIDev Date: Fri, 20 Mar 2026 13:39:53 +0000 Subject: Add local development support with Docker for Drupal and configure API proxy --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.env.example') diff --git a/.env.example b/.env.example index df591d0..fece7bb 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,3 @@ -VITE_DRUPAL_BASE_URL=https://your-drupal-domain.tld -VITE_DRUPAL_API_PREFIX=/jsonapi +VITE_DRUPAL_BASE_URL=http://localhost:5173 +VITE_DRUPAL_API_PREFIX=/drupal-api/jsonapi VITE_DRUPAL_AUTH_TOKEN= -- cgit