Skip to content

Commit 339c79a

Browse files
committed
NEX-195: Use shorter internal urls in lando
This avoids the need for projects to update the value later
1 parent b5cfb18 commit 339c79a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.lando.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ services:
140140
DRUPAL_CLIENT_VIEWER_ID: drupal-client-viewer-id
141141
DRUPAL_CLIENT_VIEWER_SECRET: drupal_client_viewer_secret_not_secure_used_only_locally
142142
NEXT_PUBLIC_DRUPAL_BASE_URL: https://next-drupal-starterkit.lndo.site
143-
DRUPAL_BASE_URL_INTERNAL: http://appserver_nginx.nextdrupalstarterkit.internal
144-
DRUPAL_BASE_URL_INTERNAL_IMAGES: http://appserver_nginx.nextdrupalstarterkit.internal
143+
DRUPAL_BASE_URL_INTERNAL: http://appserver_nginx
144+
DRUPAL_BASE_URL_INTERNAL_IMAGES: http://appserver_nginx
145145
NEXT_PUBLIC_FRONTEND_URL: https://frontend.lndo.site
146146
# Environment variables for next_auth:
147147
AUTH_SECRET: nextauth_secret_not_secure_used_only_locally

0 commit comments

Comments
 (0)