This commit is contained in:
2026-03-02 01:13:23 +01:00
parent 42975e478c
commit b6cfb58fda
4 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ declare(strict_types=1);
// Example: a single "brand" domain name.
// In real deployments you might derive this from ENV or hostnames.
if (!defined('APP_DOMAIN_NAME')) {
define('APP_DOMAIN_NAME', 'example.test');
define('APP_DOMAIN_NAME', 'staging.nexus.int.kusche.berlin');
}
if (!defined('APP_PREFIX')) {