This commit is contained in:
2025-12-29 00:11:06 +01:00
parent a1d6dadddf
commit b8ee939c45
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<?php
define('APP_ENV', 'local');
define('APP_ENV', 'prod');
define('ASSET_VERSION', 'dev-' . date('Ymd-His'));
define('APP_DOMAIN_PRIMARY', APP_DOMAIN_NAME);
define('APP_URL_PRIMARY', 'https://' . APP_DOMAIN_PRIMARY);
@@ -18,4 +18,4 @@
// Matomo Einstellungen
define('MATOMO_URL', 'https://matomo.my-statistics.info/');
define('MATOMO_ENABLED', true);
define('MATOMO_SITE_ID', 2);
define('MATOMO_SITE_ID', 2);

View File

@@ -1,5 +1,5 @@
<?php
define('APP_ENV', 'local');
define('APP_ENV', 'staging');
define('ASSET_VERSION', 'dev-' . date('Ymd-His'));
define('APP_DOMAIN_PRIMARY', APP_DOMAIN_NAME);
define('APP_URL_PRIMARY', 'https://' . APP_DOMAIN_PRIMARY);