/home/techb158/immovalet.com/platform/plugins/cookie-consent/config
Edit: /home/techb158/immovalet.com/platform/plugins/cookie-consent/config/general.php (438B)
env('COOKIE_CONSENT_ENABLED', true),
/*
* The name of the cookie in which we store if the user
* has agreed to accept the conditions.
*/
'cookie_name' => 'cookie_for_consent',
/*
* Set the cookie duration in days. Default is 365 * 20.
*/
'cookie_lifetime' => 365 * 20,
];