vtenext/cron/config.cron.php
2021-04-28 20:10:26 +02:00

18 lines
419 B
PHP

<?php
/*************************************
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
* SPDX-License-Identifier: AGPL-3.0-only
************************************/
$VTE_CRON_CONFIGURATION = array(
/*
* Please refer to config.inc.php, copy the value of $application_unique_key here.
* Example:
* 'app_key' => '4cad1980873495f4dfdd4bd8b1204cfc7'
*/
'app_key' => ''
);
?>