You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,13 +52,18 @@ The included `\PHPPM\Bridges\DrupalKernel` bridge extends `\PHPPM\Bridges\HttpKe
52
52
53
53
1. Install as described above.
54
54
55
-
2. Include the environment variables and the `--bridge` option in the php-pm start command:
55
+
2. Include the environment variables and the `--bridge` option in the php-pm start command.
56
+
57
+
Supported environment variables:
58
+
***SCRIPT_NAME:** '/index.php' to emulate a standard setup where web requests execute Drupal's `index.php` script.
59
+
***SERVER_NAME:** Your site's server / domain name. If you're using trusted host settings (`$settings['trusted_host_patterns']` in `settings.php`), this must match one of the trusted hosts.
60
+
***SERVER_ADDRESS:** IP address of the server.
61
+
***DOCUMENT_ROOT:** Absolute filepath of the web root directory.
0 commit comments