Update config.php.sample

Added cookie variables to allow wildcard cookies to be set for the domain by other non-PHP web apps on the same TLD, or set a path for the cookie domain if required to be different than '/'
pull/125/head
hynsey 2023-10-04 23:26:55 +01:00 committed by GitHub
parent 3329c55572
commit 502acb8eb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -18,4 +18,8 @@
'api' => 'api',
'admin' => 'admin',
),
'cookie' => array (
'path' => '<COOKIE_PATH>',
'domain' => '<COOKIE_DOMAIN>',
),
);