f15407bc75
X-Real-IP for core functionality Global config define REVERSE_PROXY_X_HEADERS Config host and port for varnish PURGE config option to specify PURGE protocol exception in curl purge now shows error code ipv6 x-real-ip addresses are now validated properly X-Forwarded-Proto enabled by define
20 lines
560 B
PHP
20 lines
560 B
PHP
<?php
|
|
|
|
define("UNITTEST", true);
|
|
define("EXTRA_EXTS", str_replace("ext/", "", implode(',', glob('ext/*'))));
|
|
|
|
define("DATABASE_DSN", null);
|
|
define("DATABASE_TIMEOUT", 10000);
|
|
define("CACHE_DSN", null);
|
|
define("DEBUG", false);
|
|
define("COOKIE_PREFIX", 'shm');
|
|
define("SPEED_HAX", false);
|
|
define("WH_SPLITS", 1);
|
|
define("VERSION", 'unit-tests');
|
|
define("TRACE_FILE", null);
|
|
define("TRACE_THRESHOLD", 0.0);
|
|
define("TIMEZONE", 'UTC');
|
|
define("BASE_HREF", "/test");
|
|
define("CLI_LOG_LEVEL", 50);
|
|
define("STATSD_HOST", null);
|
|
define("REVERSE_PROXY_X_HEADERS", false);
|