mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
18 lines
419 B
PHP
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' => ''
|
|
|
|
);
|
|
|
|
?>
|