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);

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);