This commit is contained in:
13
config/staging/domaindata.php
Normal file
13
config/staging/domaindata.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user