MockAppConfig
extends App
Table of Contents
Properties
-
$baseURL
: string
-
$CSPEnabled
: bool
-
$defaultLocale
: string
-
$negotiateLocale
: bool
-
$proxyIPs
: array<string|int, mixed>
-
$supportedLocales
: array<string|int, mixed>
-
$uriProtocol
: string
$baseURL
public
string
$baseURL
= 'http://example.com/'
$CSPEnabled
public
bool
$CSPEnabled
= false
$defaultLocale
public
string
$defaultLocale
= 'en'
$negotiateLocale
public
bool
$negotiateLocale
= false
$proxyIPs
public
array<string|int, mixed>
$proxyIPs
= []
$supportedLocales
public
array<string|int, mixed>
$supportedLocales
= ['en', 'es']
$uriProtocol
public
string
$uriProtocol
= 'REQUEST_URI'