Skip to content

Commit

Permalink
fix: default-initialize DRUPAL_EXTERNAL_URLˆ
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelab committed Apr 19, 2024
1 parent 972d4e0 commit 9a92539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/cms/gatsby-config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import autoload from '@custom/schema/gatsby-autoload';

process.env.GATSBY_DRUPAL_URL =
process.env.GATSBY_DRUPAL_URL = process.env.DRUPAL_EXTERNAL_URL =
process.env.DRUPAL_EXTERNAL_URL || 'http://127.0.0.1:8888';

/**
Expand Down

0 comments on commit 9a92539

Please sign in to comment.