This commit is contained in:
11
config/domainbase.php
Normal file
11
config/domainbase.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
if (!defined('APP_PREFIX')) {
|
||||
define('APP_PREFIX', 'c0de');
|
||||
}
|
||||
|
||||
if (!defined('APP_DOMAIN_BASE')) {
|
||||
define('APP_DOMAIN_BASE', 'c0de.it');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user