Files
c0de.it/config/staging/domaindata.php
Lars Gebhardt-Kusche d914a660d8
All checks were successful
Deploy / deploy (push) Successful in 16s
c0de.it 2
2026-05-15 22:46:38 +02:00

14 lines
252 B
PHP

<?php
declare(strict_types=1);
require_once dirname(__DIR__) . '/domainbase.php';
if (!defined('APP_DOMAIN_NAME')) {
define('APP_DOMAIN_NAME', APP_DOMAIN_BASE);
}
if (!defined('APP_STAGE_PREFIX')) {
define('APP_STAGE_PREFIX', 'staging');
}