diff options
| author | IwanIDev <iwan@iwani.dev> | 2026-03-20 13:39:53 +0000 |
|---|---|---|
| committer | IwanIDev <iwan@iwani.dev> | 2026-03-20 13:39:53 +0000 |
| commit | 719a1e81d5af5c872f79f11f462e4b30211f80b7 (patch) | |
| tree | 5f6a3380481c2c853f0b646ea644515114377466 /.env.example | |
| parent | a706dcf6a9b91ef2c3d1e1d28449b9b8e0e8187d (diff) | |
Add local development support with Docker for Drupal and configure API proxy
Diffstat (limited to '.env.example')
| -rw-r--r-- | .env.example | 4 |
1 files changed, 2 insertions, 2 deletions
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= |
