Make WordPress Core

Changeset 58097 for trunk/.env


Ignore:
Timestamp:
05/04/2024 07:23:31 PM (7 months ago)
Author:
johnbillion
Message:

Bootstrap/Load: Add support for custom ports in multisite site addresses.

This allows a Multisite network to use an address that includes a port name, such as example.com:1234, and adds support for this to the local development environment too. You can now run a Multisite installation on the local development environment, for example at localhost:8889.

This also fixes some bugs with running a single site installation on a port, and updates the testing infrastructure so that the whole test suite runs both with and without a port number.

Props djzone, scribu, nacin, ipstenu, F J Kaiser, jeremyfelt, johnjamesjacoby, spacedmonkey, PerS, Clorith, Blackbam, enrico.sorcinelli, Jules Colle, obliviousharmony, desrosj, johnbillion

Fixes #21077, #52088

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.env

    r57678 r58097  
    5454LOCAL_DB_VERSION=8.0
    5555
     56# Whether or not to enable multisite.
     57LOCAL_MULTISITE=false
     58
    5659# The debug settings to add to `wp-config.php`.
    5760LOCAL_WP_DEBUG=true
     
    6164LOCAL_WP_ENVIRONMENT_TYPE=local
    6265LOCAL_WP_DEVELOPMENT_MODE=core
     66LOCAL_WP_TESTS_DOMAIN=example.org
    6367
    6468# The URL to use when running e2e tests.
Note: See TracChangeset for help on using the changeset viewer.