| Server IP : 35.80.110.71 / Your IP : 216.73.216.221 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /proc/2798582/cwd/config/ |
Upload File : |
<?php
/**
* Domain Configuration
*
* Defines the domains used for each section of the application.
* This enables domain-based routing for the marketing site, portal, and admin.
*/
return [
/*
|--------------------------------------------------------------------------
| Marketing Domain
|--------------------------------------------------------------------------
|
| The primary domain for the public marketing site.
|
*/
'marketing' => env('MARKETING_DOMAIN', 'scopeforged.com'),
/*
|--------------------------------------------------------------------------
| Portal Domain
|--------------------------------------------------------------------------
|
| The subdomain for the authenticated client portal.
|
*/
'portal' => env('PORTAL_DOMAIN', 'portal.scopeforged.com'),
/*
|--------------------------------------------------------------------------
| Admin Domain
|--------------------------------------------------------------------------
|
| The subdomain for the admin panel.
|
*/
'admin' => env('ADMIN_DOMAIN', 'admin.scopeforged.com'),
/*
|--------------------------------------------------------------------------
| Websites Product Domain
|--------------------------------------------------------------------------
|
| The subdomain for the ScopeForged Websites product (marketing landing,
| builder, customer-rendered sites in later phases). Phase 0 serves a
| single-page landing here per docs/plans/website-hosting/270-*.md.
|
*/
'websites' => env('WEBSITES_DOMAIN', 'websites.scopeforged.com'),
/*
|--------------------------------------------------------------------------
| Development Port
|--------------------------------------------------------------------------
|
| Port to use for local development URLs. Set to null in production.
| When using `php artisan serve`, this should be 8000.
| When using Valet/Herd, this should be null.
|
*/
'port' => env('APP_PORT'),
];